mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
kernel: instantiate memory separately for each guest process
This commit is contained in:
parent
84a1054801
commit
e2b5f2392e
17 changed files with 82 additions and 127 deletions
|
@ -95,7 +95,7 @@ public:
|
|||
virtual void SignalInterrupt(Kernel::KThread* thread) = 0;
|
||||
|
||||
// Stack trace generation.
|
||||
void LogBacktrace(const Kernel::KProcess* process) const;
|
||||
void LogBacktrace(Kernel::KProcess* process) const;
|
||||
|
||||
// Debug functionality.
|
||||
virtual const Kernel::DebugWatchpoint* HaltedWatchpoint() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue