aboutsummaryrefslogtreecommitdiff
path: root/asm.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm.s')
-rw-r--r--asm.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/asm.s b/asm.s
index fd2c7fa..ed1ec3f 100644
--- a/asm.s
+++ b/asm.s
@@ -114,6 +114,13 @@ __sev:
sev
bx lr
+
+ .section .text.__udf
+ .global __udf
+ .thumb_func
+__udf:
+ udf
+
.section .text.__wfe
.global __wfe
.thumb_func