py: Fix VM dispatch following a pending exception check.

This commit is contained in:
Damien George 2014-10-26 00:33:23 +01:00
parent 91bd4e8a23
commit b0b0012fd8

View File

@ -918,7 +918,6 @@ pending_exception_check:
mp_pending_exception = MP_OBJ_NULL; mp_pending_exception = MP_OBJ_NULL;
RAISE(obj); RAISE(obj);
} }
DISPATCH();
} // for loop } // for loop