Fix overly-general method definitions in cpu.x86.64

release
U-SLAVA-FB3999113\Slava 2007-10-18 02:41:03 -04:00
parent 48572a3c7b
commit 0754b991e5
1 changed files with 2 additions and 2 deletions
core/cpu/x86/64

View File

@ -13,8 +13,8 @@ PREDICATE: x86-backend amd64-backend
M: amd64-backend ds-reg R14 ;
M: amd64-backend rs-reg R15 ;
M: amd64-backend stack-reg RSP ;
M: x86-backend xt-reg RCX ;
M: x86-backend stack-save-reg RSI ;
M: amd64-backend xt-reg RCX ;
M: amd64-backend stack-save-reg RSI ;
M: temp-reg v>operand drop RBX ;