mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Fixed compile where DEBUG=1 and DEBUGGER=0.
This commit is contained in:
parent
74c6e6f756
commit
1d2a733d95
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user