changed stack size
This commit is contained in:
parent
ade4f8e18d
commit
08109a4f16
2
njvm.c
2
njvm.c
@ -322,7 +322,7 @@ int main(int argc, char *argv[]) {
|
|||||||
int current = 0;
|
int current = 0;
|
||||||
stack.size = &size;
|
stack.size = &size;
|
||||||
stack.current = ¤t;
|
stack.current = ¤t;
|
||||||
stack.stack = malloc(SIZE * 1024);
|
stack.stack = malloc(SIZE * 10024);
|
||||||
|
|
||||||
// Initialize the registery
|
// Initialize the registery
|
||||||
int rSize = 1000;
|
int rSize = 1000;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user