diff premake.lua @ 739:1ae94fb1dbbd

Fix accidental double-inreg caused by shared TupleType. Enabled inreg by default.
author Christian Kamm <kamm incasoftware de>
date Thu, 30 Oct 2008 10:16:37 +0100
parents 09b88beffd2d
children f04dde6e882c
line wrap: on
line diff
--- a/premake.lua	Thu Oct 30 10:15:42 2008 +0100
+++ b/premake.lua	Thu Oct 30 10:16:37 2008 +0100
@@ -39,7 +39,7 @@
 
 -- x86 ABI support
 X86_REVERSE_PARAMS = 1
-X86_PASS_IN_EAX = 0 --disabled for now
+X86_PASS_IN_EAX = 1
 
 -- D version - don't change these !!!
 DMDV1 = "1"