summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/src/arm/Gresume.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/dist/src/arm/Gresume.c')
-rw-r--r--src/third_party/unwind/dist/src/arm/Gresume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/unwind/dist/src/arm/Gresume.c b/src/third_party/unwind/dist/src/arm/Gresume.c
index 3b9dfb33e60..ed284e72779 100644
--- a/src/third_party/unwind/dist/src/arm/Gresume.c
+++ b/src/third_party/unwind/dist/src/arm/Gresume.c
@@ -50,7 +50,7 @@ arm_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg)
regs[6] = uc->regs[10];
regs[7] = uc->regs[11]; /* FP */
regs[8] = uc->regs[13]; /* SP */
- regs[9] = uc->regs[14]; /* LR */
+ regs[9] = uc->regs[15]; /* PC */
struct regs_overlay {
char x[sizeof(regs)];