Fix typo in wasm_mini_loader.c (#1232)

This commit is contained in:
Xu Jun 2022-06-16 12:07:32 +08:00 committed by GitHub
parent b39f4c5c9b
commit 188d5e70e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5476,7 +5476,7 @@ re_scan:
> loader_ctx->start_dynamic_offset) > loader_ctx->start_dynamic_offset)
&& (*(loader_ctx->frame_offset) && (*(loader_ctx->frame_offset)
< loader_ctx->max_dynamic_offset)) < loader_ctx->max_dynamic_offset))
loader_ctx->dynamic_offset--; loader_ctx->dynamic_offset -= 2;
#endif #endif
} }
else { else {