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:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user