mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 00:32:53 +00:00
JitRegCache: Get rid of an unnecessary cast
This commit is contained in:
parent
c19903e0fe
commit
6ca6896b6e
@ -137,7 +137,7 @@ X64Reg RegCache::GetFreeXReg()
|
||||
X64Reg xr = (X64Reg)aOrder[i];
|
||||
if (!xregs[xr].locked && xregs[xr].free)
|
||||
{
|
||||
return (X64Reg)xr;
|
||||
return xr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user