fast-interp: Fix GC opcode ref.as_non_null (#3156)

The issue was found in https://github.com/bytecodealliance/wasm-micro-runtime/issues/3151.
This commit is contained in:
Wenyong Huang
2024-02-17 11:54:49 +08:00
committed by GitHub
parent b0c54c8a86
commit 3a0e86454e
4 changed files with 9 additions and 7 deletions

View File

@ -12253,11 +12253,10 @@ re_scan:
error_buf, error_buf_size))) {
goto fail;
}
}
#if WASM_ENABLE_FAST_INTERP != 0
disable_emit = true;
disable_emit = true;
#endif
}
/* PUSH the converted (ref ht) */
if (type != VALUE_TYPE_ANY) {