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 02cd1b3 commit e1f1919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cell.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ frame_locals_cellidx_fast(struct exec_context *ctx, uint32_t localidx,
cidx = cellidx_lookup(fast->paramtype_cellidxes, localidx,
cszp);
} else {
assert(localidx < nparams + ctx->localtype->nlocals);
cidx = fast->paramcsz;
cidx += cellidx_lookup(fast->localtype_cellidxes,
localidx - nparams, cszp);
Expand Down

0 comments on commit e1f1919

Please sign in to comment.