diff options
| author | 2016-07-27 09:26:22 +0200 | |
|---|---|---|
| committer | 2016-07-27 09:26:22 +0200 | |
| commit | 4887ce18443a51fd2a861da959082ad346ff4ee2 (patch) | |
| tree | f21e5096b569bff399a6e03c09715502ef859c34 /src/emu/debug/debugcpu.h | |
| parent | 385f433cf4f7c3a2fa6012536a479de6ddddc68a (diff) | |
Cleanups and version bump
Diffstat (limited to 'src/emu/debug/debugcpu.h')
| -rw-r--r-- | src/emu/debug/debugcpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcpu.h b/src/emu/debug/debugcpu.h index aa2018201dd..66bbe48e1f2 100644 --- a/src/emu/debug/debugcpu.h +++ b/src/emu/debug/debugcpu.h @@ -350,7 +350,7 @@ private: FILE & m_file; // tracing file for this CPU std::string m_action; // action to perform during a trace offs_t m_history[TRACE_LOOPS]; // history of recent PCs - bool m_detect_loops; // whether or not we should detect loops + bool m_detect_loops; // whether or not we should detect loops int m_loops; // number of instructions in a loop int m_nextdex; // next index bool m_trace_over; // true if we're tracing over |
