Solving a bug with the jump instruction

This commit is contained in:
AnonymusRaccoon
2020-03-13 15:33:38 +01:00
parent c15ec0a9cb
commit 92950dd844
5 changed files with 13 additions and 21 deletions
+3
View File
@@ -49,6 +49,9 @@ namespace ComSquare::Memory
//! @brief Return the memory accessor this accessor mirror if any
//! @return nullptr if isMirror is false, the source otherwise.
virtual std::shared_ptr<IMemory> getMirrored();
// TODO add destructors everywhere
// TODO rename this as an abstract.
virtual ~IMemory() = default;
};
};