aboutsummaryrefslogtreecommitdiffstats
path: root/source/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/state.cpp')
-rw-r--r--source/state.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/state.cpp b/source/state.cpp
index 5daa772..03ad95d 100644
--- a/source/state.cpp
+++ b/source/state.cpp
@@ -24,6 +24,7 @@
FuncList IP = nullptr;
std::array<Cell, DictSize> DICT;
+Cell& BASE = DICT[DIdxBase];
Cell& HERE = DICT[DIdxHere];
Cell& LATEST = DICT[DIdxLatest];
Cell& STATE = DICT[DIdxState];