Better process type emulation.

This commit is contained in:
Ben Vanik
2014-11-01 11:42:44 -07:00
parent 8c171a6489
commit 4fabd20980
3 changed files with 19 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ KernelState::KernelState(Emulator* emulator)
: emulator_(emulator),
memory_(emulator->memory()),
has_notified_startup_(false),
process_type_(X_PROCTYPE_USER),
executable_module_(nullptr) {
processor_ = emulator->processor();
file_system_ = emulator->file_system();