5 lines
143 B
C
5 lines
143 B
C
|
#include <excpt.h>
|
||
|
|
||
|
#define __except_try() __try
|
||
|
#define __except_catch() __except (g_MMU->MemoryFilter(_exception_code(), _exception_info()))
|