mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
SCI: Fix warning
This commit is contained in:
parent
6fe95780d3
commit
8918d5e66c
@ -2607,7 +2607,6 @@ bool Console::cmdDisassemble(int argc, const char **argv) {
|
||||
reg_t objAddr = NULL_REG;
|
||||
bool printBytecode = false;
|
||||
bool printBWTag = false;
|
||||
int ignoreXret = 0;
|
||||
|
||||
if (parse_reg_t(_engine->_gamestate, argv[1], &objAddr, false)) {
|
||||
DebugPrintf("Invalid address passed.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user