mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Revert old changes (bad merge)
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
uint32_t name[BITS_TO_U32S(bits)]
|
||||
|
||||
#define small_nbits(nbits) \
|
||||
((unsigned long)(nbits) <= BITS_PER_LONG)
|
||||
((nbits) <= BITS_PER_LONG)
|
||||
|
||||
int slow_bitmap_empty(const unsigned long *bitmap, long bits);
|
||||
int slow_bitmap_full(const unsigned long *bitmap, long bits);
|
||||
|
||||
Reference in New Issue
Block a user