@@ -1044,7 +1044,7 @@ def jumpy():
1044
1044
Instruction (opname = 'COMPARE_OP' , opcode = 107 , arg = 4 , argval = '>' , argrepr = '>' , offset = 34 , starts_line = None , is_jump_target = False ),
1045
1045
Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 21 , argval = 42 , argrepr = 'to 42' , offset = 36 , starts_line = None , is_jump_target = False ),
1046
1046
Instruction (opname = 'POP_TOP' , opcode = 1 , arg = None , argval = None , argrepr = '' , offset = 38 , starts_line = 8 , is_jump_target = False ),
1047
- Instruction (opname = 'JUMP_ABSOLUTE ' , opcode = 113 , arg = 26 , argval = 52 , argrepr = 'to 52' , offset = 40 , starts_line = None , is_jump_target = False ),
1047
+ Instruction (opname = 'JUMP_FORWARD ' , opcode = 110 , arg = 5 , argval = 52 , argrepr = 'to 52' , offset = 40 , starts_line = None , is_jump_target = False ),
1048
1048
Instruction (opname = 'JUMP_ABSOLUTE' , opcode = 113 , arg = 4 , argval = 8 , argrepr = 'to 8' , offset = 42 , starts_line = 7 , is_jump_target = True ),
1049
1049
Instruction (opname = 'LOAD_GLOBAL' , opcode = 116 , arg = 1 , argval = 'print' , argrepr = 'print' , offset = 44 , starts_line = 10 , is_jump_target = True ),
1050
1050
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 4 , argval = 'I can haz else clause?' , argrepr = "'I can haz else clause?'" , offset = 46 , starts_line = None , is_jump_target = False ),
@@ -1069,7 +1069,7 @@ def jumpy():
1069
1069
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 2 , argval = 4 , argrepr = '4' , offset = 84 , starts_line = None , is_jump_target = False ),
1070
1070
Instruction (opname = 'COMPARE_OP' , opcode = 107 , arg = 0 , argval = '<' , argrepr = '<' , offset = 86 , starts_line = None , is_jump_target = False ),
1071
1071
Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 46 , argval = 92 , argrepr = 'to 92' , offset = 88 , starts_line = None , is_jump_target = False ),
1072
- Instruction (opname = 'JUMP_ABSOLUTE ' , opcode = 113 , arg = 52 , argval = 104 , argrepr = 'to 104' , offset = 90 , starts_line = 17 , is_jump_target = False ),
1072
+ Instruction (opname = 'JUMP_FORWARD ' , opcode = 110 , arg = 6 , argval = 104 , argrepr = 'to 104' , offset = 90 , starts_line = 17 , is_jump_target = False ),
1073
1073
Instruction (opname = 'LOAD_FAST' , opcode = 124 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 92 , starts_line = 11 , is_jump_target = True ),
1074
1074
Instruction (opname = 'POP_JUMP_IF_TRUE' , opcode = 115 , arg = 28 , argval = 56 , argrepr = 'to 56' , offset = 94 , starts_line = None , is_jump_target = False ),
1075
1075
Instruction (opname = 'LOAD_GLOBAL' , opcode = 116 , arg = 1 , argval = 'print' , argrepr = 'print' , offset = 96 , starts_line = 19 , is_jump_target = True ),
0 commit comments