[MLton-commit] r4249
Matthew Fluet
MLton@mlton.org
Mon, 21 Nov 2005 20:34:28 -0800
Constant GC field offset is named sourceMaps.curSourceSeqsIndex
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/mlton/main/compile.fun
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/mlton/main/compile.fun
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/mlton/main/compile.fun 2005-11-22 03:02:45 UTC (rev 4248)
+++ mlton/branches/on-20050822-x86_64-branch/mlton/main/compile.fun 2005-11-22 04:34:26 UTC (rev 4249)
@@ -454,7 +454,7 @@
canHandle = get "atomicState",
cardMap = get "generationalMaps.cardMapAbsolute",
currentThread = get "currentThread",
- curSourceSeqsIndex = get "curSourceSeqsIndex",
+ curSourceSeqsIndex = get "sourceMaps.curSourceSeqsIndex",
exnStack = get "exnStack",
frontier = get "frontier",
limit = get "limit",