File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 8888# define DISPATCH_TABLE instruction_funcptr_handler_table
8989# define TRACING_DISPATCH_TABLE instruction_funcptr_tracing_table
9090# define TARGET (op ) Py_PRESERVE_NONE_CC PyObject *_TAIL_CALL_##op(TAIL_CALL_PARAMS)
91- # define TRACING_TARGET (op ) Py_PRESERVE_NONE_CC PyObject *_TAIL_CALL_TRACING_##op(TAIL_CALL_PARAMS)
9291
9392# define DISPATCH_GOTO () \
9493 do { \
119118# define DISPATCH_TABLE opcode_targets_table
120119# define TRACING_DISPATCH_TABLE opcode_tracing_targets_table
121120# define TARGET (op ) TARGET_##op:
122- # define TRACING_TARGET (op ) TARGET_TRACING_##op:
123121# define DISPATCH_GOTO () goto *opcode_targets[opcode]
124122# define DISPATCH_GOTO_NON_TRACING () goto *DISPATCH_TABLE[opcode];
125123# define JUMP_TO_LABEL (name ) goto name;
You can’t perform that action at this time.
0 commit comments