Change default to not using inreg.

This commit is contained in:
Christian Kamm
2008-10-26 14:11:14 +01:00
parent 2885e645d1
commit b8bd953dcf

View File

@@ -39,7 +39,7 @@ io.write("Default target: '"..TRIPLE.."'\n");
-- 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"