mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-14 21:33:55 +00:00
[set] Use correct size for set_bits_t on arm64
This commit is contained in:
parent
d39f1307c5
commit
511389a973
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
///@{
|
||||
|
||||
//FIXME other archs
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
typedef uint64_t set_bits_t;
|
||||
#else
|
||||
typedef uint32_t set_bits_t;
|
||||
|
|
Loading…
Reference in a new issue