Skip to content

Commit e8fff00

Browse files
fix JIT builds
1 parent 1a3f129 commit e8fff00

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Tools/jit/template.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ do { \
5555
__attribute__((musttail)) return jitted(frame, stack_pointer, tstate); \
5656
} while (0)
5757

58-
#undef GOTO_TIER_ONE
59-
#define GOTO_TIER_ONE(TARGET, SHOULD_CONTINUE_TRACING) \
60-
do { \
61-
tstate->current_executor = NULL; \
62-
_PyFrame_SetStackPointer(frame, stack_pointer); \
63-
return (_Py_CODEUNIT *)(((uintptr_t)(TARGET)) | SHOULD_CONTINUE_TRACING); \
64-
} while (0)
65-
6658
#undef LOAD_IP
6759
#define LOAD_IP(UNUSED) \
6860
do { \

0 commit comments

Comments
 (0)