mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-02 02:05:26 +00:00
Solving a bug with the jump instruction
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user