project64/Source/Project64-core/ExceptionHandler.h

5 lines
143 B
C
Raw Normal View History

2015-12-06 09:59:58 +00:00
#include <excpt.h>
#define __except_try() __try
#define __except_catch() __except (g_MMU->MemoryFilter(_exception_code(), _exception_info()))