[MLton-commit] r7184

Matthew Fluet fluet at mlton.org
Sat Jun 20 11:57:06 PDT 2009


Hex is best.
----------------------------------------------------------------------

U   mlton/trunk/runtime/bytecode/interpret.c

----------------------------------------------------------------------

Modified: mlton/trunk/runtime/bytecode/interpret.c
===================================================================
--- mlton/trunk/runtime/bytecode/interpret.c	2009-06-20 15:06:39 UTC (rev 7183)
+++ mlton/trunk/runtime/bytecode/interpret.c	2009-06-20 18:57:05 UTC (rev 7184)
@@ -622,7 +622,7 @@
 
 void MLton_Bytecode_interpret (Bytecode b, CodeOffset codeOffset) {
         if (DEBUG or DEBUG_BYTECODE) {
-                fprintf (stderr, "MLton_Bytecode_interpret ("FMTPTR", %"PRIuPTR")\n",
+                fprintf (stderr, "MLton_Bytecode_interpret ("FMTPTR", %"PRIxPTR")\n",
                                 (uintptr_t)b,
                                 codeOffset);
                 disassemble (b, codeOffset);




More information about the MLton-commit mailing list