mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
Fix mini-loader issue (#1383)
This commit is contained in:
parent
b65befd5e7
commit
872cc51881
|
@ -6497,7 +6497,7 @@ re_scan:
|
|||
break;
|
||||
case WASM_OP_MEMORY_COPY:
|
||||
/* both src and dst memory index should be 0 */
|
||||
bh_assert(*(int16 *)p != 0x0000);
|
||||
bh_assert(*(int16 *)p == 0x0000);
|
||||
p += 2;
|
||||
|
||||
bh_assert(module->import_memory_count
|
||||
|
|
Loading…
Reference in New Issue
Block a user