mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 04:16:29 +01:00
Simplify an if condition after PR #4078
This commit is contained in:
parent
f1964f90d6
commit
173bdc766d
@ -350,7 +350,7 @@ void EmuCodeBlock::SafeLoadToReg(X64Reg reg_value, const Gen::OpArg& opAddress,
|
|||||||
MOVZX(64, accessSize, reg_value, R(ABI_RETURN));
|
MOVZX(64, accessSize, reg_value, R(ABI_RETURN));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!jit->jo.alwaysUseMemFuncs && !slowmem)
|
if (!slowmem)
|
||||||
{
|
{
|
||||||
if (farcode.Enabled())
|
if (farcode.Enabled())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user