Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
ab265537
Commit
ab265537
authored
May 27, 2019
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
py/vm: Remove obsolete comments about matching of exception opcodes.
These are incorrect since
5a2599d9
parent
1470184b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
py/vm.c
py/vm.c
+1
-3
No files found.
py/vm.c
View file @
ab265537
...
...
@@ -3,7 +3,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2013
, 2014
Damien P. George
* Copyright (c) 2013
-2019
Damien P. George
* Copyright (c) 2014-2015 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
...
...
@@ -675,7 +675,6 @@ unwind_jump:;
DISPATCH_WITH_PEND_EXC_CHECK
();
}
// matched against: POP_BLOCK or POP_EXCEPT (anything else?)
ENTRY
(
MP_BC_SETUP_EXCEPT
)
:
ENTRY
(
MP_BC_SETUP_FINALLY
)
:
{
MARK_EXC_IP_SELECTIVE
();
...
...
@@ -758,7 +757,6 @@ unwind_jump:;
DISPATCH
();
}
// matched against: SETUP_EXCEPT, SETUP_FINALLY, SETUP_WITH
ENTRY
(
MP_BC_POP_EXCEPT_JUMP
)
:
{
assert
(
exc_sp
>=
exc_stack
);
POP_EXC_BLOCK
();
...
...
Write
Preview
Markdown
is supported
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