Skip to content

Commit

Permalink
fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 5, 2023
1 parent c48d505 commit 02cd1b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,6 @@ frame_enter(struct exec_context *ctx, struct instance *inst, uint32_t funcidx,
ctx->stack.lsize += nlocals;
#endif
set_current_frame(ctx, frame, ei);
assert(funcidx == FUNCIDX_INVALID || ctx->paramtype == paramtype);
assert(funcidx == FUNCIDX_INVALID || ctx->localtype == localtype);
assert(ctx->ei == ei);
return 0;
}
Expand Down

0 comments on commit 02cd1b3

Please sign in to comment.