...
This commit is contained in:
parent
38bfd5c7d9
commit
43663714ca
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
njvm.c
2
njvm.c
@ -353,7 +353,7 @@ int main(int argc, char *argv[]) {
|
||||
// TODO: implement stack size
|
||||
} else if (strcmp(argv[i], "--heap") == 0) {
|
||||
i++;
|
||||
initHeap(atoi(argv[i]) * 1024);
|
||||
initHeap(atoi(argv[i]));
|
||||
} else if (strcmp(argv[i], "--gcpurge") == 0) {
|
||||
// TODO: implement gcpurge
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user