Skip to content

Commit 9b64c17

Browse files
committed
fixup
1 parent 97dbcce commit 9b64c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ dummy_func(void) {
913913
}
914914

915915
op(_REPLACE_WITH_TRUE, (value -- res)) {
916-
REPLACE_OP(this_instr, _POP_TOP_LOAD_CONST_INLINE_BORROW, 0, (uintptr_t)&Py_True);
916+
REPLACE_OP(this_instr, _POP_TOP_LOAD_CONST_INLINE_BORROW, 0, (uintptr_t)Py_True);
917917
res = sym_new_const(ctx, Py_True);
918918
}
919919

0 commit comments

Comments
 (0)