diff options
Diffstat (limited to 'src/emu/debug/debugcmd.cpp')
| -rw-r--r-- | src/emu/debug/debugcmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmd.cpp b/src/emu/debug/debugcmd.cpp index c14d74a4299..f2e616b780c 100644 --- a/src/emu/debug/debugcmd.cpp +++ b/src/emu/debug/debugcmd.cpp @@ -2778,7 +2778,7 @@ void debugger_commands::execute_history(int ref, const std::vector<std::string> } debug_disasm_buffer buffer(space->device()); - + for (int index = 0; index < (int) count; index++) { offs_t pc = debug->history_pc(-index); |
