summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/cpu/arm7/arm7thmb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/arm7/arm7thmb.cpp b/src/devices/cpu/arm7/arm7thmb.cpp
index 4c5fd62a1ae..cd8c81ddfea 100644
--- a/src/devices/cpu/arm7/arm7thmb.cpp
+++ b/src/devices/cpu/arm7/arm7thmb.cpp
@@ -1208,7 +1208,7 @@ void arm7_cpu_device::tg0b_5(uint32_t pc, uint32_t op) /* PUSH {Rlist}{LR} */
if (op & (1 << offs))
{
SetRegister(13, GetRegister(13) - 4);
- WRITE32(GetRegister(13), GetRegister(GetRegister(offs)));
+ WRITE32(GetRegister(13), GetRegister(offs));
}
}
R15 += 2;