view ldc2.conf.in @ 1053:11e28922ac76

Always pass an address expression (not a var expression) to asm operands of type Arg_Memory. This fixes the following code: {{{ void f(real x) { asm { fld x[RBP]; } } void g(int x) { asm { mov EAX, x[RBP]; } } }}}
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 08 Mar 2009 00:57:58 +0100
parents d6895f24dc8f
children 8403fec8c34c
line wrap: on
line source

[Environment]
DFLAGS=-I@RUNTIME_DIR@/import -L-L%@P%/../lib