Skip to content

Commit 188d5e7

Browse files
Fix typo in wasm_mini_loader.c (#1232)
1 parent b39f4c5 commit 188d5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/interpreter/wasm_mini_loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5476,7 +5476,7 @@ wasm_loader_prepare_bytecode(WASMModule *module, WASMFunction *func,
54765476
> loader_ctx->start_dynamic_offset)
54775477
&& (*(loader_ctx->frame_offset)
54785478
< loader_ctx->max_dynamic_offset))
5479-
loader_ctx->dynamic_offset--;
5479+
loader_ctx->dynamic_offset -= 2;
54805480
#endif
54815481
}
54825482
else {

0 commit comments

Comments
 (0)