Skip to content

Commit 4297314

Browse files
committed
one more warning
1 parent 6e969c8 commit 4297314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/optimizer_analysis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ optimize_uops(
504504
stack_pointer = ctx->frame->stack_pointer;
505505
}
506506

507-
DUMP_UOP(ctx, "abs", this_instr - trace, this_instr, stack_pointer);
507+
DUMP_UOP(ctx, "abs", (int)(this_instr - trace), this_instr, stack_pointer);
508508

509509
_PyUOpInstruction *out_ptr = ctx->out_buffer.next;
510510

0 commit comments

Comments
 (0)