diff options
Diffstat (limited to 'src/emu/debug/debugcmd.h')
-rw-r--r-- | src/emu/debug/debugcmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h index ac57622abd5..02e8ceb5299 100644 --- a/src/emu/debug/debugcmd.h +++ b/src/emu/debug/debugcmd.h @@ -98,6 +98,7 @@ private: void execute_printf(int ref, int params, const char **param); void execute_logerror(int ref, int params, const char **param); void execute_tracelog(int ref, int params, const char **param); + void execute_tracesym(int ref, int params, const char **param); void execute_quit(int ref, int params, const char **param); void execute_do(int ref, int params, const char **param); void execute_step(int ref, int params, const char **param); |