Merge pull request #4183 from aldelaro5/if-simplification-slowmem

Simplify an if condition after PR #4078
master
Scott Mansell 2016-09-06 13:20:58 +12:00 committed by GitHub
commit 5932ded806
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ void EmuCodeBlock::SafeLoadToReg(X64Reg reg_value, const Gen::OpArg& opAddress,
MOVZX(64, accessSize, reg_value, R(ABI_RETURN));
}
if (!jit->jo.alwaysUseMemFuncs && !slowmem)
if (!slowmem)
{
if (farcode.Enabled())
{