cpu.x86.64: 64-bit register is RDX not EDX. Fixes #1191.
parent
0244a64d83
commit
9ff6d2d49c
|
@ -21,7 +21,7 @@ M: x86.64 pic-tail-reg RBX ;
|
|||
|
||||
M: x86.64 return-regs
|
||||
{
|
||||
{ int-regs { RAX EDX } }
|
||||
{ int-regs { RAX RDX } }
|
||||
{ float-regs { XMM0 XMM1 } }
|
||||
} ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue