Skip to content

Commit

Permalink
Add offsets to ADD_TO_TRACE debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Feb 16, 2024
1 parent b982f74 commit 6b268f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/optimizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ BRANCH_TO_GUARD[4][2] = {
trace[trace_length].target = (TARGET); \
trace[trace_length].operand = (OPERAND); \
if (lltrace >= 2) { \
printf(" ADD_TO_TRACE: "); \
printf("%4d ADD_TO_TRACE: ", trace_length); \
_PyUOpPrint(&trace[trace_length]); \
printf("\n"); \
} \
Expand Down

0 comments on commit 6b268f8

Please sign in to comment.