From 6cb6d15dfe5f2937c3a00c5b0913b49a56a9142a Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sat, 30 Mar 2019 20:02:11 +0000 Subject: [PATCH] Fix unwind info in objc_msgSend.arm.S We were failing to properly indicate the locations of the spilled floating-point (vector) registers. --- objc_msgSend.arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objc_msgSend.arm.S b/objc_msgSend.arm.S index b1e45d1..6c455e3 100644 --- a/objc_msgSend.arm.S +++ b/objc_msgSend.arm.S @@ -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