[MLton-commit] r5367

Matthew Fluet fluet at mlton.org
Wed Feb 28 10:12:43 PST 2007


Use correct format string
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/gc/dfs-mark.c

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

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/dfs-mark.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gc/dfs-mark.c	2007-02-28 16:49:42 UTC (rev 5366)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/dfs-mark.c	2007-02-28 18:12:10 UTC (rev 5367)
@@ -187,7 +187,7 @@
     todo += bytesNonObjptrs;
 markInArray:
     if (DEBUG_DFS_MARK)
-      fprintf (stderr, "markInArray arrayIndex = %"PRIu32" objptrIndex = %"PRIu32"\n",
+      fprintf (stderr, "markInArray arrayIndex = %"PRIxARRCTR" objptrIndex = %"PRIu32"\n",
                arrayIndex, objptrIndex);
     assert (arrayIndex < getArrayLength (cur));
     assert (objptrIndex < numObjptrs);




More information about the MLton-commit mailing list