view bin/ldc.tango @ 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 d8a1481eaa0c
children
line wrap: on
line source


[Environment]

DFLAGS=-I%@P%/../tango -E%@P%/../lib -L-L=%@P%/../lib