mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 04:13:14 +01:00
Change default to not using inreg.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user