diff options
Diffstat (limited to 'asm.s')
-rw-r--r-- | asm.s | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -114,6 +114,13 @@ __sev: sev bx lr + + .section .text.__udf + .global __udf + .thumb_func +__udf: + udf + .section .text.__wfe .global __wfe .thumb_func |