Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b0b0012f
Commit
b0b0012f
authored
Oct 26, 2014
by
Damien George
Browse files
py: Fix VM dispatch following a pending exception check.
parent
91bd4e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/vm.c
View file @
b0b0012f
...
...
@@ -918,7 +918,6 @@ pending_exception_check:
mp_pending_exception
=
MP_OBJ_NULL
;
RAISE
(
obj
);
}
DISPATCH
();
}
// for loop
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment