x64 JIT: remove unecessary MOV
This commit is contained in:
parent
0e7df468c7
commit
17ce4d2a73
|
@ -330,7 +330,8 @@ Compiler::Compiler()
|
|||
if (num == 0)
|
||||
{
|
||||
MOV(64, R(ABI_PARAM2), R(RCPU));
|
||||
MOV(32, R(ABI_PARAM3), R(rdMapped));
|
||||
if (rdMapped != ABI_PARAM3)
|
||||
MOV(32, R(ABI_PARAM3), R(rdMapped));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue