mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
fix compilation of region descriptor on 32-bit
This commit is contained in:
parent
36d168a2d9
commit
f9b942d80d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ typedef union mi_region_info_u {
|
|||
struct {
|
||||
bool valid;
|
||||
bool is_large;
|
||||
int numa_node;
|
||||
short numa_node;
|
||||
};
|
||||
} mi_region_info_t;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue