Files
ldc/gen
Frits van Bommel 2687d58198 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]; } }
}}}
2009-03-08 00:57:58 +01:00
..
2008-10-06 22:54:08 +02:00
2009-03-06 16:00:47 +01:00
2008-10-06 22:54:08 +02:00
2008-10-22 14:55:33 +02:00
2008-10-22 14:55:33 +02:00
2008-10-06 22:46:55 +02:00
2008-10-06 22:46:55 +02:00
2009-02-26 14:11:49 +01:00
2008-10-06 22:54:08 +02:00