diff --git a/src/windows-emulator/module/module_manager.hpp b/src/windows-emulator/module/module_manager.hpp index cf7677c7..7d691a0f 100644 --- a/src/windows-emulator/module/module_manager.hpp +++ b/src/windows-emulator/module/module_manager.hpp @@ -49,6 +49,7 @@ class module_manager return modules_; } + // TODO: These is wrong here. A good mechanism for quick module access is needed. mapped_module* executable{}; mapped_module* ntdll{}; mapped_module* win32u{};