diff --git a/lib/exec.c b/lib/exec.c index 262acefa..5e0471e0 100644 --- a/lib/exec.c +++ b/lib/exec.c @@ -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; }