Skip to content

Commit 5a6a401

Browse files
committed
format
1 parent 98b27b1 commit 5a6a401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/iwasm/interpreter/wasm_mini_loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5265,7 +5265,7 @@ wasm_loader_pop_frame_offset(WASMLoaderContext *ctx, uint8 type,
52655265
return true;
52665266

52675267
ctx->frame_offset -= cell_num_to_pop;
5268-
if (check_dynamic_offset_pop(ctx, cell_num_to_pop)
5268+
if (check_dynamic_offset_pop(ctx, cell_num_to_pop)
52695269
&& (*(ctx->frame_offset) > ctx->start_dynamic_offset)
52705270
&& (*(ctx->frame_offset) < ctx->max_dynamic_offset))
52715271
ctx->dynamic_offset -= cell_num_to_pop;

0 commit comments

Comments
 (0)