[MLton-commit] r5583

Matthew Fluet fluet at mlton.org
Mon Jun 4 09:57:28 PDT 2007


Fixed  -align 8  segfault/assertion-failure on amd64
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/mlton/backend/rep-type.fun

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

Modified: mlton/branches/on-20050822-x86_64-branch/mlton/backend/rep-type.fun
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/mlton/backend/rep-type.fun	2007-06-04 05:35:54 UTC (rev 5582)
+++ mlton/branches/on-20050822-x86_64-branch/mlton/backend/rep-type.fun	2007-06-04 16:57:26 UTC (rev 5583)
@@ -409,7 +409,7 @@
                   (Control.Align4,32,32) => Type.word0
                 | (Control.Align8,32,32) => Type.word0
                 | (Control.Align4,64,64) => Type.word0
-                | (Control.Align8,64,64) => Type.word32
+                | (Control.Align8,64,64) => Type.word0
                 | _ => Error.bug "RepType.ObjectType.thread"
          in
             Normal {hasIdentity = true,




More information about the MLton-commit mailing list