e478908dca
You'll need to the latest version of exception_dump_parser.py
12 lines
231 B
C
12 lines
231 B
C
/*
|
|
* exceptions.h
|
|
* by TuxSH
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
void installArm9Handlers(void);
|
|
void installArm11Handlers(u32 *exceptionsPage, u32 stackAddr, u32 codeSetOffset);
|
|
void detectAndProcessExceptionDumps(void); |