mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-12 01:45:10 +00:00
Fix typo in wasm_mini_loader.c (#1232)
This commit is contained in:
parent
b39f4c5c9b
commit
188d5e70e9
|
@ -5476,7 +5476,7 @@ re_scan:
|
|||
> loader_ctx->start_dynamic_offset)
|
||||
&& (*(loader_ctx->frame_offset)
|
||||
< loader_ctx->max_dynamic_offset))
|
||||
loader_ctx->dynamic_offset--;
|
||||
loader_ctx->dynamic_offset -= 2;
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user