summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/arm7ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arm7/arm7ops.cpp')
-rw-r--r--src/devices/cpu/arm7/arm7ops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/arm7/arm7ops.cpp b/src/devices/cpu/arm7/arm7ops.cpp
index 39a1eb502c2..084634a77c0 100644
--- a/src/devices/cpu/arm7/arm7ops.cpp
+++ b/src/devices/cpu/arm7/arm7ops.cpp
@@ -1660,7 +1660,7 @@ void arm7_cpu_device::arm7ops_0123(uint32_t insn)
R15--;
}
}
- else if ((insn & 0x0ff000f0) == 0x01200030) // BLX Rn - v5
+ else if ((insn & 0x0ff000f0) == 0x01200030) // BLX Rn - v5
{
// save link address
SetRegister(14, R15 + 4);