chore: minor changes

This commit is contained in:
DraVee 2026-03-11 19:03:22 -03:00
parent 80e2a7382b
commit 038e276508
No known key found for this signature in database
GPG key ID: CFF07301B9CB28CA
3 changed files with 2 additions and 3 deletions

View file

@ -470,6 +470,7 @@ struct System::Impl {
Core::SpeedLimiter speed_limiter;
ExecuteProgramCallback execute_program_callback;
ExitCallback exit_callback;
std::optional<Service::Services> services;
std::optional<Core::Debugger> debugger;
std::optional<Service::KernelHelpers::ServiceContext> general_channel_context;