Skip to content

Commit b52ce1e

Browse files
committed
simple the debug ouput
1 parent a9add64 commit b52ce1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/optimizer_symbols.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ _PyUOpSymPrint(JitOptRef ref)
7979
JitOptSymbol *sym = PyJitRef_Unwrap(ref);
8080
switch (sym->tag) {
8181
case JIT_SYM_UNKNOWN_TAG:
82-
printf("<UNKNOWN at %p>", (void *)sym);
82+
printf("<? at %p>", (void *)sym);
8383
break;
8484
case JIT_SYM_NULL_TAG:
8585
printf("<NULL at %p>", (void *)sym);

0 commit comments

Comments
 (0)