Address code style comments

This commit is contained in:
Weiyi Wang 2018-12-05 20:24:37 -05:00
parent e87dc17da2
commit ac1cda21c3
2 changed files with 5 additions and 3 deletions

View file

@ -278,6 +278,7 @@ public: // HACK: this is temporary exposed for tests,
// due to WIP kernel refactor causing desync state in memory
std::unique_ptr<Kernel::KernelSystem> kernel;
std::unique_ptr<Timing> timing;
/// Memory system
std::unique_ptr<Memory::MemorySystem> memory;