Fixed compile where DEBUG=1 and DEBUGGER=0.

This commit is contained in:
R. Belmont 2008-06-23 17:00:18 +00:00
parent 74c6e6f756
commit 1d2a733d95

View File

@ -3933,7 +3933,7 @@ void rm7000le_get_info(UINT32 state, cpuinfo *info)
DISASSEMBLERS
***************************************************************************/
#if !defined(MAME_DEBUG) && (LOG_UML || LOG_NATIVE)
#if !defined(ENABLE_DEBUGGER) && (LOG_UML || LOG_NATIVE)
#include "mips3dsm.c"
#endif