fix compilation of region descriptor on 32-bit

This commit is contained in:
daan 2019-12-22 17:08:46 -08:00
parent 36d168a2d9
commit f9b942d80d

View file

@ -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;