mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
GLK: SCOTT: Add missing return statement
This commit is contained in:
committed by
Eugene Sandulenko
parent
7194234ea6
commit
08ae841dc9
@@ -1334,6 +1334,9 @@ int nextInst(CpuCtx* r) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (WriteToIO) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
info->_op->_f(r, mode, arg);
|
||||
r->_cycles += info->_cycles;
|
||||
|
||||
Reference in New Issue
Block a user