Enable arg reversal on x86 by default. Make change to TypeInfo_Struct.compare to accomodate for it.

This commit is contained in:
Christian Kamm
2008-10-26 21:16:21 +01:00
parent 4c12540497
commit d3bb0b74bd
2 changed files with 7 additions and 3 deletions

View File

@@ -38,8 +38,8 @@ end
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"