Skip to content

Commit

Permalink
Adjusted VM stack size.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 20, 2024
1 parent 821d5cc commit f21a303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rishka_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include <stdint.h>

#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.
Expand Down

0 comments on commit f21a303

Please sign in to comment.