summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/unwarminder/get_sp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unwarminder/get_sp.S b/lib/unwarminder/get_sp.S
index 29356b3ec3..dfab11605f 100644
--- a/lib/unwarminder/get_sp.S
+++ b/lib/unwarminder/get_sp.S
@@ -31,4 +31,5 @@ get_sp:
31#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 31#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
32 msr cpsr, r1 /* restore mode */ 32 msr cpsr, r1 /* restore mode */
33#endif 33#endif
34 bx lr
34.size __get_sp, . - __get_sp 35.size __get_sp, . - __get_sp