--- hatari/src/debug/debug_priv.h 2019/04/09 08:54:21 1.1.1.4 +++ hatari/src/debug/debug_priv.h 2019/04/09 08:55:34 1.1.1.5 @@ -37,7 +37,7 @@ extern bool DebugUI_ParseFile(const char extern int DebugDsp_Init(const dbgcommand_t **table); extern void DebugDsp_InitSession(void); #else /* !ENABLE_DSP_EMU */ -static inline int DebugDsp_Init(const dbgcommand_t **t) { t = NULL; return 0; } +static inline int DebugDsp_Init(const dbgcommand_t **t) { *t = NULL; return 0; } #define DebugDsp_InitSession() #endif /* !ENABLE_DSP_EMU */