| Previous | 199869 Revisions | Next |
| r18282 Thursday 4th October, 2012 at 13:02:06 UTC by Miodrag Milanović |
|---|
| Fix for describe_context (no whatsnew) |
| [src/emu] | machine.c |
| r18281 | r18282 | |
|---|---|---|
| 222 | 222 | device_execute_interface *executing = m_scheduler.currently_executing(); |
| 223 | 223 | if (executing != NULL) |
| 224 | 224 | { |
| 225 | cpu_device *cpu = d | |
| 225 | cpu_device *cpu = dynamic_cast<cpu_device *>(&executing->device()); | |
| 226 | 226 | if (cpu != NULL) |
| 227 | 227 | m_context.printf("'%s' (%s)", cpu->tag(), core_i64_format(cpu->pc(), cpu->space(AS_PROGRAM).logaddrchars(), cpu->is_octal())); |
| 228 | 228 | } |
| Previous | 199869 Revisions | Next |