comparison premake.lua @ 739:1ae94fb1dbbd

Fix accidental double-inreg caused by shared TupleType. Enabled inreg by default.
author Christian Kamm <kamm incasoftware de>
date Thu, 30 Oct 2008 10:16:37 +0100
parents 09b88beffd2d
children f04dde6e882c
comparison
equal deleted inserted replaced
738:ecb429ee0648 739:1ae94fb1dbbd
37 37
38 io.write("Default target: '"..TRIPLE.."'\n"); 38 io.write("Default target: '"..TRIPLE.."'\n");
39 39
40 -- x86 ABI support 40 -- x86 ABI support
41 X86_REVERSE_PARAMS = 1 41 X86_REVERSE_PARAMS = 1
42 X86_PASS_IN_EAX = 0 --disabled for now 42 X86_PASS_IN_EAX = 1
43 43
44 -- D version - don't change these !!! 44 -- D version - don't change these !!!
45 DMDV1 = "1" 45 DMDV1 = "1"
46 46
47 -- idgen 47 -- idgen