Skip to content

Commit

Permalink
Assert bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler authored Dec 6, 2022
1 parent 3c20e48 commit 08a2eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ object* run_vm(object* codeobj, uint32_t* ip){
FPLDECREF(CAST_EXCEPTION(exc)->err);
CAST_EXCEPTION(exc)->err=NULL;
vm->exception=exc;
DISPATCH();
goto exc;
}

DEL_GLBL: {
Expand Down

0 comments on commit 08a2eda

Please sign in to comment.