Assigned several unimplemented/unused kernel functions as stubs, so that we know when they're used and how they're called
svn-id: r42170
This commit is contained in:
parent
bceacbd922
commit
87988c69ee
3 changed files with 20 additions and 13 deletions
|
@ -509,12 +509,10 @@ reg_t kSetVideoMode(EngineState *s, int funct_nr, int argc, reg_t *argv);
|
|||
reg_t k_Unknown(EngineState *s, int funct_nr, int argc, reg_t *argv);
|
||||
|
||||
// The Unknown/Unnamed kernel function
|
||||
reg_t kstub(EngineState *s, int funct_nr, int argc, reg_t *argv);
|
||||
reg_t kStub(EngineState *s, int funct_nr, int argc, reg_t *argv);
|
||||
// for unimplemented kernel functions
|
||||
reg_t kNOP(EngineState *s, int funct_nr, int argc, reg_t *argv);
|
||||
// for kernel functions that don't do anything
|
||||
reg_t kFsciEmu(EngineState *s, int funct_nr, int argc, reg_t *argv);
|
||||
// Emulating "old" kernel functions on the heap
|
||||
|
||||
|
||||
} // End of namespace Sci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue