summaryrefslogtreecommitdiff
path: root/tb/mem.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tb/mem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/mem.cpp b/tb/mem.cpp
index 47073ab..a58eaa9 100644
--- a/tb/mem.cpp
+++ b/tb/mem.cpp
@@ -12,7 +12,7 @@ namespace taller::avalon
block(std::make_unique<line[]>(size >> 4))
{}
- bool mem::read_line(std::uint32_t addr, line &data)
+ bool mem::read_line(std::uint32_t addr, line &data, unsigned byte_enable [[maybe_unused]])
{
data = block[addr];
return true;/*ready();*/