mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
GCC 4.6 compile helper; linking still fails :( (nw)
This commit is contained in:
parent
d1a4769826
commit
9edff9295e
@ -926,7 +926,7 @@ static void process_string(DView *dv, const char *str)
|
||||
downcast<debug_view_disasm *>(dv->view)->set_expression(str);
|
||||
break;
|
||||
case DVT_CONSOLE:
|
||||
if(!dv->editor.str[(long)0])
|
||||
if(!dv->editor.str[(int)0])
|
||||
debug_cpu_get_visible_cpu(dv->machine())->debug()->single_step();
|
||||
else
|
||||
debug_console_execute_command(dv->machine(), str, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user