mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Fix a couple of incorrect instructions in Python 3.1
This commit is contained in:
parent
3ffbb0aa20
commit
a86a6eb54f
2 changed files with 4 additions and 4 deletions
|
|
@ -70,8 +70,8 @@
|
|||
108 IMPORT_NAME_A
|
||||
109 IMPORT_FROM_A
|
||||
110 JUMP_FORWARD_A
|
||||
111 JUMP_IF_FALSE_A
|
||||
112 JUMP_IF_TRUE_A
|
||||
111 JUMP_IF_FALSE_OR_POP_A
|
||||
112 JUMP_IF_TRUE_OR_POP_A
|
||||
113 JUMP_ABSOLUTE_A
|
||||
114 POP_JUMP_IF_FALSE_A
|
||||
115 POP_JUMP_IF_TRUE_A
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue