aboutsummaryrefslogtreecommitdiffstats
path: root/state.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'state.hpp')
-rw-r--r--state.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/state.hpp b/state.hpp
index 22f0d74..69db2f6 100644
--- a/state.hpp
+++ b/state.hpp
@@ -25,8 +25,8 @@
#include <csetjmp>
#include <cstddef>
-constexpr unsigned DataStackSize = 8;
-constexpr unsigned ReturnStackSize = 8;
+constexpr unsigned DataStackSize = 16;
+constexpr unsigned ReturnStackSize = 16;
struct State
{