diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-16 19:12:28 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-16 23:32:25 -0600 |
| commit | e33c30734b475879318b4f5c178a2f3bf2090bbb (patch) | |
| tree | 611a941f619f9a35fa4e0f39d3b5bfd23b5cfe2c /tb/sim/stack.S | |
| parent | 739a690947165c4c319d2dbd76d4368bf4b59b5a (diff) | |
Implement bx lr
Diffstat (limited to 'tb/sim/stack.S')
| -rw-r--r-- | tb/sim/stack.S | 2 |
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 |
