Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ah. I blame vim on this typo entirely.
  • Loading branch information
Sonicadvance1 committed Feb 27, 2013
1 parent e435851 commit 8c779bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Src/ArmEmitter.cpp
Expand Up @@ -791,7 +791,7 @@ void ARMXEmitter::VABS(ARMReg Vd, ARMReg Vm)

if (single_reg)
{
Write32(NO_COND | (0xEB << 20) | ((Vd & 0x1) << 6) | ((Vd & 0x1E) << 11) \
Write32(NO_COND | (0xEB << 20) | ((Vd & 0x1) << 22) | ((Vd & 0x1E) << 11) \
| (0xAC << 4) | ((Vm & 0x1) << 5) | (Vm >> 1));
}
else
Expand Down

0 comments on commit 8c779bb

Please sign in to comment.