aboutsummaryrefslogtreecommitdiffstats
path: root/corewords.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 /corewords.hpp
parenteb6009acbf97b364c63f4ada1dfde29d9e224d55 (diff)
pull exit check out of State::execute
Diffstat (limited to 'corewords.hpp')
-rw-r--r--corewords.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/corewords.hpp b/corewords.hpp
index fcb00e8..020694f 100644
--- a/corewords.hpp
+++ b/corewords.hpp
@@ -44,8 +44,8 @@ private:
"_@\0_!\0>r\0r>\0=\0"
"<\0&\0|\0^\0"
"<<\0>>\0:\0'\0execute\0"
- "exit\0;\1_jmp\0"
- "_jmp0\0depth\0_rdepth\0key\0";
+ "exit\0;\1_jmp0\0_jmp\0"
+ "depth\0_rdepth\0key\0";
};
#endif // ALEEFORTH_COREWORDS_HPP