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
1 changed files with 0 additions and 1 deletions

View File

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