summaryrefslogtreecommitdiff
path: root/tb/sim
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-16 19:12:28 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-16 23:32:25 -0600
commite33c30734b475879318b4f5c178a2f3bf2090bbb (patch)
tree611a941f619f9a35fa4e0f39d3b5bfd23b5cfe2c /tb/sim
parent739a690947165c4c319d2dbd76d4368bf4b59b5a (diff)
Implement bx lr
Diffstat (limited to 'tb/sim')
-rw-r--r--tb/sim/stack.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/sim/stack.S b/tb/sim/stack.S
index f1bc0a8..490f1d6 100644
--- a/tb/sim/stack.S
+++ b/tb/sim/stack.S
@@ -17,4 +17,4 @@ stub2:
mov r4, sp
pop {lr}
mov r5, sp
- mov pc, lr
+ bx lr