From f21a3034362e9c2069286c07210e03d2f98c8f75 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Mon, 20 May 2024 23:59:11 +0800 Subject: [PATCH] Adjusted VM stack size. --- src/rishka_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rishka_types.h b/src/rishka_types.h index 2b70ac4..a0f1741 100644 --- a/src/rishka_types.h +++ b/src/rishka_types.h @@ -31,7 +31,7 @@ #include -#define RISHKA_VM_STACK_SIZE 524288U ///< Define the stack size for the Rishka virtual machine. +#define RISHKA_VM_STACK_SIZE 1048576U ///< Define the stack size for the Rishka virtual machine. /** * @brief Represents an array of 8-bit unsigned integers in Rishka.