diff options
| author | Julian Blake Kongslie | 2022-06-27 18:29:45 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-27 18:29:45 -0700 |
| commit | 4996e3a39d289c36450ac16cf938f8384c9988b1 (patch) | |
| tree | 0f87cd200c0c2c83384fb4bd3e58372997f2ae38 | |
| parent | 24-bit fibonnacci sequence. (diff) | |
| download | issim-4996e3a39d289c36450ac16cf938f8384c9988b1.tar.xz | |
Fix missing whitespace.
Diffstat (limited to '')
| -rw-r--r-- | main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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)) { |
