comparison premake.lua @ 730:09b88beffd2d

Enable arg reversal on x86 by default. Make change to TypeInfo_Struct.compare to accomodate for it.
author Christian Kamm <kamm incasoftware de>
date Sun, 26 Oct 2008 21:16:21 +0100
parents eea28bfa8416
children 1ae94fb1dbbd
comparison
equal deleted inserted replaced
729:50d01791859c 730:09b88beffd2d
36 end 36 end
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 = 0 --disabled for now 41 X86_REVERSE_PARAMS = 1
42 X86_PASS_IN_EAX = 0 42 X86_PASS_IN_EAX = 0 --disabled for now
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