diff options
| author | 2008-11-24 04:10:18 +0000 | |
|---|---|---|
| committer | 2008-11-24 04:10:18 +0000 | |
| commit | 1d05ea60893bc1a1e10a18e20b50dff7974a3b5d (patch) | |
| tree | 78c3c6e8e6de60afa2685149c67ec33b84d39b76 /src/emu/debug/debugcmt.c | |
| parent | c1374de9c32c7d22eac53b1109792193a695ca4b (diff) | |
Cleanups and version bump for 0.128u4.mame0128u4
Diffstat (limited to 'src/emu/debug/debugcmt.c')
| -rw-r--r-- | src/emu/debug/debugcmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmt.c b/src/emu/debug/debugcmt.c index 4e267c079e5..32c3269a2d3 100644 --- a/src/emu/debug/debugcmt.c +++ b/src/emu/debug/debugcmt.c @@ -104,7 +104,7 @@ static void debug_comment_free(void); int debug_comment_init(running_machine *machine) { int numcpu; - + for (numcpu = 0; numcpu < ARRAY_LENGTH(machine->cpu); numcpu++) if (machine->cpu[numcpu] == NULL) break; |
