Skip to content

Commit e1d5f41

Browse files
Add to makefile
1 parent 71eba58 commit e1d5f41

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,6 +2061,7 @@ Python/ceval.o: \
20612061
$(srcdir)/Python/ceval_macros.h \
20622062
$(srcdir)/Python/condvar.h \
20632063
$(srcdir)/Python/generated_cases.c.h \
2064+
$(srcdir)/Python/generated_tail_call_handlers.c.h \
20642065
$(srcdir)/Python/executor_cases.c.h \
20652066
$(srcdir)/Python/opcode_targets.h
20662067

Python/ceval.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,8 +803,10 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
803803
#ifdef Py_STATS
804804
int lastopcode = 0;
805805
#endif
806+
#ifndef Py_TAIL_CALL_INTERP
806807
uint8_t opcode; /* Current opcode */
807808
int oparg; /* Current opcode argument, if any */
809+
#endif
808810
#ifdef LLTRACE
809811
int lltrace = 0;
810812
#endif

0 commit comments

Comments
 (0)