increase stack and program size
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user