made some improvements

This commit is contained in:
nils 2024-01-25 19:51:24 +00:00
parent 08109a4f16
commit 7d2e5ad1cd
12 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,7 @@
DIRS = src tst DIRS = src tst
all: all: clean
for i in $(DIRS) ; do \ for i in $(DIRS) ; do \
$(MAKE) -C $$i install ; \ $(MAKE) -C $$i install ; \
done done

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
#ifndef CONSTS #ifndef CONSTS
#define CONSTS #define CONSTS
#define VERSION 8 #define VERSION 7
#endif /* ifndef CONSTS #endif /* ifndef CONSTS
#define CONSTS #define CONSTS

3
njvm.c
View File

@ -312,9 +312,6 @@ void tests(void) {
} }
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
// Initialize the HEAP
int hsize = 8 * 1024;
int hcurrent = 0;
// Initialize the Stack // Initialize the Stack

BIN
njvm.o

Binary file not shown.

BIN
support.o

Binary file not shown.