[MLton-commit] r4394
Stephen Weeks
MLton@mlton.org
Tue, 18 Apr 2006 17:02:12 -0700
Fixed typo.
----------------------------------------------------------------------
U mlton/trunk/runtime/gc.c
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/gc.c
===================================================================
--- mlton/trunk/runtime/gc.c 2006-04-01 00:14:07 UTC (rev 4393)
+++ mlton/trunk/runtime/gc.c 2006-04-19 00:02:11 UTC (rev 4394)
@@ -893,7 +893,7 @@
static inline void assertIsInFromSpace (GC_state s, pointer *p) {
#if ASSERT
unless (isInFromSpace (s, *p))
- die ("gc.c: assertIsInFromSpace p = 0x%08x *p = 0x%08x);\n",
+ die ("gc.c: assertIsInFromSpace p = 0x%08x *p = 0x%08x;\n",
(uint)p, *(uint*)p);
/* The following checks that intergenerational pointers have the
* appropriate card marked. Unfortunately, it doesn't work because