Cleanup KUSD MMIO

This commit is contained in:
momo5502
2024-11-24 10:37:26 +01:00
parent d3cf88a0c4
commit 5f49b30fe0
6 changed files with 43 additions and 50 deletions

View File

@@ -182,7 +182,7 @@ namespace
context.registry = registry_manager(settings.registry_directory);
context.kusd.emplace(win_emu, settings.use_relative_time);
context.kusd.setup(settings.use_relative_time);
context.base_allocator = create_allocator(emu, PEB_SEGMENT_SIZE);
auto& allocator = context.base_allocator;