mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-12 22:55:35 +00:00
kernel: use GetCurrentProcess
This commit is contained in:
@@ -33,6 +33,7 @@ void KSession::Initialize(KClientPort* port_, const std::string& name_) {
|
||||
name = name_;
|
||||
|
||||
// Set our owner process.
|
||||
//! FIXME: this is the wrong process!
|
||||
process = kernel.CurrentProcess();
|
||||
process->Open();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user