1
This commit is contained in:
2022-06-23 13:15:23 +02:00
parent ceb17dd2c1
commit 704af6a6fd
4 changed files with 180 additions and 201 deletions

View File

@ -14,8 +14,6 @@
#define __Bluescreen_include__
// dump blue screen (will not return)
void bs_dump (unsigned int exceptionNr);
void bs_dump(unsigned int exceptionNr);
#endif