aboutsummaryrefslogtreecommitdiffstats
path: root/state.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'state.hpp')
-rw-r--r--state.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/state.hpp b/state.hpp
index 69db2f6..76b3c67 100644
--- a/state.hpp
+++ b/state.hpp
@@ -37,7 +37,8 @@ struct State
pushr,
popr,
top,
- pick
+ pick,
+ exit
};
Addr ip = 0;