[MLton-commit] r6360

Ville Laurikari ville at mlton.org
Thu Jan 31 04:44:48 PST 2008


Default alignment on IA64 should be 8.

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

U   mlton/trunk/mlton/main/main.fun

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

Modified: mlton/trunk/mlton/main/main.fun
===================================================================
--- mlton/trunk/mlton/main/main.fun	2008-01-31 12:44:10 UTC (rev 6359)
+++ mlton/trunk/mlton/main/main.fun	2008-01-31 12:44:47 UTC (rev 6360)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
  *    Jagannathan, and Stephen Weeks.
  * Copyright (C) 1997-2000 NEC Research Institute.
  *
@@ -161,6 +161,7 @@
    in
       case !Control.Target.arch of
          HPPA => true
+       | IA64 => true
        | Sparc => true
        | _ => false
    end




More information about the MLton-commit mailing list