changed path

This commit is contained in:
nils polek 2023-12-03 19:39:50 +01:00
parent dc16504cd7
commit fb8497fbee

2
njvm.c
View File

@ -104,7 +104,7 @@ void execute(struct program program) {
void tests(void) {
printf("Runnig debug mode\n");
int temp = fromFile("C:\\Users\\Nilss\\CLionProjects\\njvm\\prog1.bin", program);
int temp = fromFile("./prog1.bin", program);
int sizeSDA = temp;
unsigned int s[sizeSDA];
sda.size = &temp;