Skip to content

Commit 7e7b240

Browse files
fix windows builds
1 parent ab7527c commit 7e7b240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
#else
129129
# define TARGET(op) case op: TARGET_##op:
130130
# define DISPATCH_GOTO() goto dispatch_opcode
131+
# define DISPATCH_GOTO_NON_TRACING() goto dispatch_opcode
131132
# define JUMP_TO_LABEL(name) goto name;
132133
# define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
133134
# define LABEL(name) name:

0 commit comments

Comments
 (0)