--- previous/src/debug/debugui.h 2018/04/24 19:25:55 1.1.1.2 +++ previous/src/debug/debugui.h 2018/04/24 19:30:29 1.1.1.3 @@ -17,6 +17,9 @@ enum { DEBUGGER_CMDDONE // Command done }; +/* Dummy for DSP */ +#define REASON_DSP_EXCEPTION + /* Whether CPU exceptions invoke DebugUI */ extern int bExceptionDebugging;