diff options
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 1cfacc267b0..2f1f90c4ef7 100644 --- a/src/emu/debug/debugcpu.h +++ b/src/emu/debug/debugcpu.h @@ -236,7 +236,7 @@ public: void registerpoint_enable_all(bool enable = true ); // hotspots - bool hotspot_tracking_enabled() const { return !m_hotspots.empty(); } + bool hotspot_tracking_enabled() const { return !m_hotspots.empty(); } void hotspot_track(int numspots, int threshhold); // comments |
