Skip to content

Commit

Permalink
fix: MKDT opcode error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopodl committed May 14, 2024
1 parent 760aee5 commit 395593e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argon/vm/areval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ ArObject *argon::vm::Eval(Fiber *fiber) {

if (!ok) {
STACK_REWIND(args - idx);
cu_frame->eval_stack -= args;
cu_frame->eval_stack -= idx;

Release(dict);

Expand Down

0 comments on commit 395593e

Please sign in to comment.