aboutsummaryrefslogtreecommitdiffstats
path: root/state.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'state.hpp')
-rw-r--r--state.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/state.hpp b/state.hpp
index 0308238..73bd8eb 100644
--- a/state.hpp
+++ b/state.hpp
@@ -45,6 +45,8 @@ public:
bool compiling() const;
void compiling(bool);
+ void execute(Addr);
+
Cell beyondip() const;
void pushr(Cell);