This commit is contained in:
Martin Jäger 2026-04-14 22:35:38 +01:00 committed by GitHub
commit 12521546c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12178,7 +12178,9 @@ re_scan:
}
#endif
#if WASM_ENABLE_FAST_INTERP != 0
uint8 *frame_ref_before_pop = loader_ctx->frame_ref;
#endif
POP_TYPE(
wasm_type->types[wasm_type->param_count - i - 1]);
#if WASM_ENABLE_FAST_INTERP != 0