further layout improvement for msvc code generation

This commit is contained in:
daan 2019-08-11 11:30:24 -07:00
parent 7b105c4810
commit 2e924150ae
2 changed files with 5 additions and 5 deletions

View file

@ -17,11 +17,11 @@ const mi_page_t _mi_page_empty = {
#if MI_SECURE
0,
#endif
0, 0, // used, flags
0, 0, // flags, used
NULL, 0, 0,
0, NULL, NULL, NULL
#if (MI_INTPTR_SIZE==8 && MI_SECURE==0)
// , { NULL }
, { NULL }
#endif
};