DRACI: Replace abort() call by error()
This commit is contained in:
parent
e05b217b13
commit
1cc7faa242
1 changed files with 1 additions and 3 deletions
|
@ -1160,9 +1160,7 @@ void Script::run(const GPL2Program &program, uint16 offset) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
debugC(1, kDraciBytecodeDebugLevel, "Unknown opcode %d, %d",
|
error("Unknown opcode %d, %d", num, subnum);
|
||||||
num, subnum);
|
|
||||||
abort();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GPLHandler handler = cmd->_handler;
|
GPLHandler handler = cmd->_handler;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue