summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.h
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-07-04 07:17:48 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-07-04 07:17:48 +0000
commitf59638c2a1e2b0d936a3e970946de071a07d5c3f (patch)
tree47560e457ebf4a8303de41dd32d3d9e45aa1752c /src/emu/debug/debugcpu.h
parent483fa2d5000c33a99bec6576396bd99c0ca08f26 (diff)
more passing of attotime as const references (nw)
Diffstat (limited to 'src/emu/debug/debugcpu.h')
-rw-r--r--src/emu/debug/debugcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcpu.h b/src/emu/debug/debugcpu.h
index b83dff7b408..b9bc53b4a86 100644
--- a/src/emu/debug/debugcpu.h
+++ b/src/emu/debug/debugcpu.h
@@ -177,7 +177,7 @@ public:
// hooks used by the rest of the system
- void start_hook(attotime endtime);
+ void start_hook(const attotime &endtime);
void stop_hook();
void interrupt_hook(int irqline);
void exception_hook(int exception);