aboutsummaryrefslogtreecommitdiffstats
path: root/debuggerd/crashglue.S
diff options
context:
space:
mode:
Diffstat (limited to 'debuggerd/crashglue.S')
-rw-r--r--debuggerd/crashglue.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/debuggerd/crashglue.S b/debuggerd/crashglue.S
index 888951b9..0c1fd9b0 100644
--- a/debuggerd/crashglue.S
+++ b/debuggerd/crashglue.S
@@ -1,5 +1,7 @@
.globl crash1
+.type crash1, %function
.globl crashnostack
+.type crashnostack, %function
crash1:
ldr r0, =0xa5a50000
@@ -25,4 +27,4 @@ crashnostack:
mov sp, #0
mov r0, #0
ldr r0, [r0]
- b . \ No newline at end of file
+ b .