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