mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
m37710op: add missing 'else' after prev commit
This commit is contained in:
parent
e659dfa9d8
commit
be9904db6f
@ -2536,6 +2536,7 @@ TABLE_FUNCTION(int, execute, (int clocks))
|
|||||||
{
|
{
|
||||||
if(CPU_STOPPED)
|
if(CPU_STOPPED)
|
||||||
debugger_wait_hook();
|
debugger_wait_hook();
|
||||||
|
else
|
||||||
{
|
{
|
||||||
CLOCKS = clocks;
|
CLOCKS = clocks;
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user