Fix unwind info in objc_msgSend.arm.S

We were failing to properly indicate the locations of the spilled
floating-point (vector) registers.
main
David Chisnall 7 years ago
parent 088977679e
commit 6cb6d15dfe

@ -95,7 +95,7 @@
.save {r0-r4, lr} .save {r0-r4, lr}
#ifndef __SOFTFP__ #ifndef __SOFTFP__
vpush {q0-q3} vpush {q0-q3}
.pad #64 .vsave {q0-q3}
#endif #endif
push {\receiver} // &self, _cmd in arguments push {\receiver} // &self, _cmd in arguments

Loading…
Cancel
Save