Skip to content

Commit b0b0012

Browse files
committed
py: Fix VM dispatch following a pending exception check.
1 parent 91bd4e8 commit b0b0012

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

py/vm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,6 @@ mp_vm_return_kind_t mp_execute_bytecode(mp_code_state *code_state, volatile mp_o
918918
mp_pending_exception = MP_OBJ_NULL;
919919
RAISE(obj);
920920
}
921-
DISPATCH();
922921

923922
} // for loop
924923

0 commit comments

Comments
 (0)