2d7dde9cf9
Uncomment the appropriate line in firm.c to test.
12 lines
212 B
C
12 lines
212 B
C
/*
|
|
* exceptions.h
|
|
* by TuxSH
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
void installArm9Handlers(void);
|
|
void installArm11Handlers(u32 *exceptionsPage, u32 stackAddr);
|
|
void detectAndProcessExceptionDumps(void); |