From 375607d9969896c894fa2642ce4a0b8b519a2adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 2 Sep 2017 15:34:07 +0200 Subject: Use QString and QVector instead of std ones and more --- qtmips_machine/programmemory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtmips_machine/programmemory.h') diff --git a/qtmips_machine/programmemory.h b/qtmips_machine/programmemory.h index 84b2f31..158adb1 100644 --- a/qtmips_machine/programmemory.h +++ b/qtmips_machine/programmemory.h @@ -8,8 +8,9 @@ class ProgramMemory { public: - ProgramMemory(ProgramLoader *loader, MemoryAccess *memory); + ProgramMemory(MemoryAccess *memory); + void load(ProgramLoader *l); Instruction *at(std::uint32_t address); // return instruction isntance for given address private: -- cgit v1.2.3