SCI: cleanup
svn-id: r40959
This commit is contained in:
parent
d70504c910
commit
32975b25f4
11 changed files with 179 additions and 181 deletions
|
@ -248,12 +248,7 @@ reg_t kstub(EngineState *s, int funct_nr, int argc, reg_t *argv) {
|
|||
}
|
||||
|
||||
reg_t kNOP(EngineState *s, int funct_nr, int argc, reg_t *argv) {
|
||||
warning("Kernel function 0x%02x invoked: unmapped", funct_nr);
|
||||
|
||||
if (s->_kfuncTable[funct_nr].orig_name != SCRIPT_UNKNOWN_FUNCTION_STRING) {
|
||||
warning(" (but its name is known to be %s)", s->_kfuncTable[funct_nr].orig_name.c_str());
|
||||
}
|
||||
|
||||
warning("Kernel function 0x%02x (%s) invoked: unmapped", funct_nr, s->_kfuncTable[funct_nr].orig_name.c_str());
|
||||
return NULL_REG;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue