aboutsummaryrefslogtreecommitdiffstats
path: root/dictionary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dictionary.hpp')
-rw-r--r--dictionary.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dictionary.hpp b/dictionary.hpp
index add7fc3..2a54a5d 100644
--- a/dictionary.hpp
+++ b/dictionary.hpp
@@ -27,7 +27,7 @@
class Dictionary
{
public:
- Addr here = 1;
+ Addr here = 1; // address zero will be used for BASE.
Addr latest = 0;
virtual Cell read(Addr) const = 0;