summaryrefslogtreecommitdiff
path: root/src/boot/O2/debug.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-11-08 02:27:19 +0100
committerGitHub <noreply@github.com>2024-11-07 17:27:19 -0800
commitfcc5cf828ded5d362b2e63a8868374a50df405ed (patch)
tree530d7d6d8690599593f6588b04d10441e364b5c7 /src/boot/O2/debug.c
parent9cd9099a0431b369be39f111bf57051f544bead3 (diff)
libu64 (#1705)
* libu64 * libu64 -O2 * Add libu64.md
Diffstat (limited to 'src/boot/O2/debug.c')
-rw-r--r--src/boot/O2/debug.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/boot/O2/debug.c b/src/boot/O2/debug.c
deleted file mode 100644
index 3933b585e..000000000
--- a/src/boot/O2/debug.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "global.h"
-#include "fault.h"
-
-void _dbg_hungup(const char* file, int lineNum) {
- osGetThreadId(NULL);
- Fault_AddHungupAndCrash(file, lineNum);
-}
-
-void Reset(void) {
- Fault_AddHungupAndCrash("Reset", 0);
-}