aboutsummaryrefslogtreecommitdiffstats
path: root/state.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-02-26 08:10:43 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-02-26 08:10:43 -0500
commit739fce1848538a92f9ae2ca893b65fbd50e6a720 (patch)
treeb5e37e29c67fc4a7577606eea99a9e5ddc8084f3 /state.hpp
parenteb6009acbf97b364c63f4ada1dfde29d9e224d55 (diff)
pull exit check out of State::execute
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;