mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
The term "memory" is really ambiguous in the context of an emulator, especially since the MMU is being developed. It can refer to host memory, or guest memory, or both. Signed-off-by: Ronald Caesar <github43132@proton.me>
7 lines
121 B
C++
7 lines
121 B
C++
#include "memory.h"
|
|
#include "Base/Assert.h"
|
|
|
|
namespace pound::aarch64::memory
|
|
{
|
|
|
|
} // namespace pound::aarch64::memory
|