summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index ac46891..b7d577f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -36,6 +36,7 @@ int main(int argc, const char *argv[])
36 } 36 }
37 return false; 37 return false;
38 } 38 }
39
39 bool store_mem(aisa::addr_t addr, const aisa::byte_t *bytes, aisa::addr_t size) 40 bool store_mem(aisa::addr_t addr, const aisa::byte_t *bytes, aisa::addr_t size)
40 { 41 {
41 if (aisa::PagedMem<>::store_mem(addr, bytes, size)) { 42 if (aisa::PagedMem<>::store_mem(addr, bytes, size)) {