increase stack and program size

This commit is contained in:
SpookyDervish
2025-12-20 16:59:54 +11:00
parent c148b71300
commit b12998afa6

View File

@@ -7,8 +7,8 @@
#include <stdbool.h>
#include "exception.h"
#define VMBL_STACK_SIZE 0x5E
#define VMBL_PROGRAM_SIZE 512
#define VMBL_STACK_SIZE 1024
#define VMBL_PROGRAM_SIZE 1024
typedef int64_t Word;