diff options
author | Camil Staps | 2017-01-19 16:54:43 +0000 |
---|---|---|
committer | Camil Staps | 2017-01-19 16:54:43 +0000 |
commit | 5d3acf862bdaa6c5cfb1a57050b4def3976d79da (patch) | |
tree | b31cd4e1314f6c53b857241059376540666ac665 /thumb2regs.s | |
parent | Swap r1 and r10 (BSTACK_3 and HEAP_PTR) (diff) |
Diffstat (limited to 'thumb2regs.s')
-rw-r--r-- | thumb2regs.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thumb2regs.s b/thumb2regs.s index c5cb467..9b2a4db 100644 --- a/thumb2regs.s +++ b/thumb2regs.s @@ -34,14 +34,14 @@ LINK_REG .req r14 @ Thumb-2 optimised allocation BSTACK_0 .req r4 BSTACK_1 .req r3 -BSTACK_2 .req r2 +BSTACK_2 .req r8 BSTACK_3 .req r11 BSTACK_4 .req r10 BSTACK_PTR .req r13 ASTACK_0 .req r6 ASTACK_1 .req r7 -ASTACK_2 .req r8 +ASTACK_2 .req r2 ASTACK_3 .req r12 ASTACK_PTR .req r5 |