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