Skip to content

Commit

Permalink
Fix unwind info in objc_msgSend.arm.S
Browse files Browse the repository at this point in the history
We were failing to properly indicate the locations of the spilled
floating-point (vector) registers.
  • Loading branch information
davidchisnall committed Mar 30, 2019
1 parent 0889776 commit 6cb6d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objc_msgSend.arm.S
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
.save {r0-r4, lr}
#ifndef __SOFTFP__
vpush {q0-q3}
.pad #64
.vsave {q0-q3}
#endif

push {\receiver} // &self, _cmd in arguments
Expand Down

0 comments on commit 6cb6d15

Please sign in to comment.