Skip to content

Commit

Permalink
coreinit: Add __OSPanic
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Feb 9, 2023
1 parent 6572264 commit b94db94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/coreinit/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ OSPanic(const char *file,
uint32_t line,
const char *fmt, ...);

void
__OSPanic(const char *file,
uint32_t line,
const char *fmt, ...);


void
OSFatal(const char *msg);
Expand Down

0 comments on commit b94db94

Please sign in to comment.