diff options
| author | 2008-12-06 16:56:22 +0000 | |
|---|---|---|
| committer | 2008-12-06 16:56:22 +0000 | |
| commit | 282c1db11081839a532aa147f7809789bd5ac107 (patch) | |
| tree | 72bf31c30193edb3247cf548621ef3a7efd2641d /src/emu/debug | |
| parent | 8c09fe8b03f9479de15e4f489cfbc8c4c19a7f95 (diff) | |
activecpu_count -= 133
Removed mostly silly uses of activecpu from the CPU cores.
Diffstat (limited to 'src/emu/debug')
| -rw-r--r-- | src/emu/debug/debugcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmd.c b/src/emu/debug/debugcmd.c index 353e7984a5f..42272d494c0 100644 --- a/src/emu/debug/debugcmd.c +++ b/src/emu/debug/debugcmd.c @@ -696,7 +696,7 @@ static void execute_logerror(running_machine *machine, int ref, int params, cons static void execute_tracelog(running_machine *machine, int ref, int params, const char *param[]) { - FILE *file = cpu_get_debug_data(machine->activecpu)->trace.file; + FILE *file = cpu_get_debug_data(debug_cpu_get_visible_cpu(machine))->trace.file; UINT64 values[MAX_COMMAND_PARAMS]; char buffer[1024]; int i; |
