aboutsummaryrefslogtreecommitdiff
path: root/asm/primask.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/primask.s')
-rw-r--r--asm/primask.s5
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/primask.s b/asm/primask.s
deleted file mode 100644
index 9735008..0000000
--- a/asm/primask.s
+++ /dev/null
@@ -1,5 +0,0 @@
- .global __primask
- .thumb_func
-__primask:
- mrs r0, PRIMASK
- bx lr