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