aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/state.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-11-02 20:50:47 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-11-02 20:50:47 -0400
commitea026f8d67c411fc4a0d8b255a2653753258175e (patch)
tree90b24cd555709b52ca50cfd6d629b2e565a7613b /libalee/state.hpp
parentb26edffda07b017b5a385491d7232efce0020631 (diff)
running on the devboard
Diffstat (limited to 'libalee/state.hpp')
-rw-r--r--libalee/state.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libalee/state.hpp b/libalee/state.hpp
index 12a3aeb..e77a223 100644
--- a/libalee/state.hpp
+++ b/libalee/state.hpp
@@ -25,8 +25,8 @@
#include <csetjmp>
#include <cstddef>
-constexpr unsigned DataStackSize = 16;
-constexpr unsigned ReturnStackSize = 16;
+constexpr unsigned DataStackSize = 64;
+constexpr unsigned ReturnStackSize = 64;
class State
{