--- previous/src/debug/debug_priv.h 2018/04/24 19:25:50 1.1.1.2 +++ previous/src/debug/debug_priv.h 2018/04/24 19:33:57 1.1.1.3 @@ -29,12 +29,7 @@ extern void DebugUI_PrintCmdHelp(const c extern int DebugCpu_Init(const dbgcommand_t **table); extern void DebugCpu_InitSession(void); -#ifdef ENABLE_DSP_EMU 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; } -#define DebugDsp_InitSession() -#endif /* !ENABLE_DSP_EMU */ #endif /* HATARI_DEBUG_PRIV_H */