mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-20 06:43:14 +01:00
Enable arg reversal on x86 by default. Make change to TypeInfo_Struct.compare to accomodate for it.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user