From e33c30734b475879318b4f5c178a2f3bf2090bbb Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 16 Nov 2022 19:12:28 -0600 Subject: Implement bx lr --- tb/sim/stack.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tb/sim/stack.S') 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 -- cgit v1.2.3