mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
x64 JIT: remove unecessary MOV
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user