This commit is contained in:
Maufeat
2026-07-30 20:34:50 +02:00
committed by crueter
parent ba9130fbf9
commit 25e6db0b36
76 changed files with 1141 additions and 329 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ public:
, process{kernel, process_}
, user_rx{std::move(user_rx_)}
, user_ro{std::move(user_ro_)}
, context{system_.ApplicationMemory()}
, context{process_->GetMemory()}
{
// clang-format off