aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-semihosting/asm.s
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-semihosting/asm.s')
-rw-r--r--cortex-m-semihosting/asm.s6
1 files changed, 0 insertions, 6 deletions
diff --git a/cortex-m-semihosting/asm.s b/cortex-m-semihosting/asm.s
deleted file mode 100644
index 26a13fc..0000000
--- a/cortex-m-semihosting/asm.s
+++ /dev/null
@@ -1,6 +0,0 @@
- .section .text.__syscall
- .global __syscall
- .thumb_func
-__syscall:
- bkpt 0xAB
- bx lr