Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ARM] Renables load instructions with update.
  • Loading branch information
Sonicadvance1 committed Sep 17, 2013
1 parent 9885443 commit dcf74ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Source/Core/Core/Src/PowerPC/JitArm32/JitArm_LoadStore.cpp
Expand Up @@ -403,12 +403,6 @@ void JitArm::lXX(UGeckoInstruction inst)
break;
}

if (update)
{
Default(inst);
return;
}

// Check for exception before loading
ARMReg rA = gpr.GetReg(false);

Expand Down

0 comments on commit dcf74ef

Please sign in to comment.