diff options
| author | 2008-07-24 09:07:49 +0000 | |
|---|---|---|
| committer | 2008-07-24 09:07:49 +0000 | |
| commit | 7a14f21c1512a716aa5dd4096c5c4544523706f6 (patch) | |
| tree | 53e525aca08ccb6363c209e47cf8e212a84c72c6 /src/emu/debug/debugcpu.c | |
| parent | 4900606a620983609f34f90d6c85d1372948100f (diff) | |
Cleanups and version bump.mame0126u2
Diffstat (limited to 'src/emu/debug/debugcpu.c')
| -rw-r--r-- | src/emu/debug/debugcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcpu.c b/src/emu/debug/debugcpu.c index cc011a0c197..20733e88ed6 100644 --- a/src/emu/debug/debugcpu.c +++ b/src/emu/debug/debugcpu.c @@ -585,7 +585,7 @@ void debug_cpu_instruction_hook(running_machine *machine, offs_t curpc) if (global.execution_state == EXECUTION_STATE_STOPPED) { int firststop = TRUE; - + /* reset any transient state */ reset_transient_flags(machine); |
