changed path
This commit is contained in:
2
njvm.c
2
njvm.c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user