mirror of
https://github.com/mist64/perfect6502.git
synced 2024-12-28 11:31:50 +00:00
Fix UBSan error
This commit is contained in:
parent
dff94ab870
commit
93bb291203
@ -51,7 +51,7 @@ typedef unsigned long long bitmap_t;
|
|||||||
typedef unsigned int bitmap_t;
|
typedef unsigned int bitmap_t;
|
||||||
#define BITMAP_SHIFT 5
|
#define BITMAP_SHIFT 5
|
||||||
#define BITMAP_MASK 31
|
#define BITMAP_MASK 31
|
||||||
#define ONE 1
|
#define ONE 1U
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* list of nodes that need to be recalculated */
|
/* list of nodes that need to be recalculated */
|
||||||
|
Loading…
Reference in New Issue
Block a user