diff options
Diffstat (limited to 'mem/physical.hh')
-rw-r--r-- | mem/physical.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mem/physical.hh b/mem/physical.hh index a98c52212..156a4da1d 100644 --- a/mem/physical.hh +++ b/mem/physical.hh @@ -64,6 +64,7 @@ class PhysicalMemory : public Memory void prot_access_error(Addr addr, int size, const std::string &func); public: + virtual int deviceBlockSize(); // Read/Write arbitrary amounts of data to simulated memory space virtual void prot_read(Addr addr, uint8_t *p, int size); |