summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-11-12 09:11:54 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-11-12 09:12:36 +0100
commit6b18f9043848ad031373df174609b3b3e0e28be3 (patch)
tree43a1050adfdafe97ec512c89e2bc75273f820a6f /src/emu/debug/debugcmd.cpp
parente71e37e54f3df6bcd77aaaec5aac18db082b81a2 (diff)
Revert "Added IS_ENABLED, so we have compiler check for non used part, it is checked but not compiled in (nw)"
This reverts commit c0407f073bf7afe26407c4add5cfeaf7104913c9.
Diffstat (limited to 'src/emu/debug/debugcmd.cpp')
-rw-r--r--src/emu/debug/debugcmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmd.cpp b/src/emu/debug/debugcmd.cpp
index 6c6cbdf0e20..620f83985b5 100644
--- a/src/emu/debug/debugcmd.cpp
+++ b/src/emu/debug/debugcmd.cpp
@@ -529,7 +529,7 @@ bool debugger_commands::debug_command_parameter_command(const char *param)
m_console.printf("Error in command: %s\n", param);
m_console.printf(" %*s^", CMDERR_ERROR_OFFSET(err), "");
m_console.printf("%s\n", debugger_console::cmderr_to_string(err));
- return false;
+ return 0;
}
/*-------------------------------------------------