mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-10 13:59:02 +02:00
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]; } }
}}}
24 KiB
24 KiB