changeset 727:eea28bfa8416

Change default to not using inreg.
author Christian Kamm <kamm incasoftware de>
date Sun, 26 Oct 2008 14:11:14 +0100
parents 8d46c475842a
children 635f91212b78
files premake.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/premake.lua	Sun Oct 26 13:41:03 2008 +0100
+++ b/premake.lua	Sun Oct 26 14:11:14 2008 +0100
@@ -39,7 +39,7 @@
 
 -- x86 ABI support
 X86_REVERSE_PARAMS = 0 --disabled for now
-X86_PASS_IN_EAX = 1
+X86_PASS_IN_EAX = 0
 
 -- D version - don't change these !!!
 DMDV1 = "1"