From 739fce1848538a92f9ae2ca893b65fbd50e6a720 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 26 Feb 2023 08:10:43 -0500 Subject: pull exit check out of State::execute --- state.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'state.hpp') 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; -- cgit v1.2.3