cpu.x86.64: 64-bit register is RDX not EDX. Fixes #1191.

db4
Doug Coleman 2014-11-07 22:03:12 -08:00
parent 0244a64d83
commit 9ff6d2d49c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ M: x86.64 pic-tail-reg RBX ;
M: x86.64 return-regs M: x86.64 return-regs
{ {
{ int-regs { RAX EDX } } { int-regs { RAX RDX } }
{ float-regs { XMM0 XMM1 } } { float-regs { XMM0 XMM1 } }
} ; } ;