This commit is contained in:
Jeffrey Pfau 2013-04-07 01:39:08 -07:00
parent 0e2394e7d5
commit 9575e7f0d2
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ DEFINE_INSTRUCTION_ARM(SWPB,)
DEFINE_INSTRUCTION_ARM(B, \
int32_t offset = opcode << 8; \
offset >>= 8; \
offset >>= 6; \
cpu->gprs[ARM_PC] += offset)
DEFINE_INSTRUCTION_ARM(BL,)