fix scalar initialization of page flags
This commit is contained in:
parent
3a171624bd
commit
2c1da9d194
@ -17,7 +17,7 @@ const mi_page_t _mi_page_empty = {
|
||||
#if MI_SECURE
|
||||
0,
|
||||
#endif
|
||||
0, {0}, // used, flags
|
||||
0, 0, // used, flags
|
||||
NULL, 0, 0,
|
||||
0, NULL, NULL, NULL
|
||||
#if (MI_INTPTR_SIZE==8 && MI_SECURE==0)
|
||||
|
Loading…
Reference in New Issue
Block a user