diff premake.lua @ 730:09b88beffd2d

Enable arg reversal on x86 by default. Make change to TypeInfo_Struct.compare to accomodate for it.
author Christian Kamm <kamm incasoftware de>
date Sun, 26 Oct 2008 21:16:21 +0100
parents eea28bfa8416
children 1ae94fb1dbbd
line wrap: on
line diff
--- a/premake.lua	Sun Oct 26 17:31:05 2008 +0100
+++ b/premake.lua	Sun Oct 26 21:16:21 2008 +0100
@@ -38,8 +38,8 @@
 io.write("Default target: '"..TRIPLE.."'\n");
 
 -- x86 ABI support
-X86_REVERSE_PARAMS = 0 --disabled for now
-X86_PASS_IN_EAX = 0
+X86_REVERSE_PARAMS = 1
+X86_PASS_IN_EAX = 0 --disabled for now
 
 -- D version - don't change these !!!
 DMDV1 = "1"