Fix aot issue in 32-bit platform (#297)

fix aot 32-bit boundary check issue
This commit is contained in:
wenyongh
2020-07-01 12:22:13 +08:00
committed by GitHub
parent 847dccaa34
commit ee3d448eb6
4 changed files with 24 additions and 13 deletions

View File

@ -211,7 +211,7 @@ typedef struct AOTModuleInstance {
uint32 default_wasm_stack_size;
/* reserved */
uint32 reserved[12];
uint32 reserved[11];
union {
uint64 _make_it_8_byte_aligned_;