changed path
This commit is contained in:
parent
dc16504cd7
commit
fb8497fbee
2
njvm.c
2
njvm.c
@ -104,7 +104,7 @@ void execute(struct program program) {
|
|||||||
|
|
||||||
void tests(void) {
|
void tests(void) {
|
||||||
printf("Runnig debug mode\n");
|
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;
|
int sizeSDA = temp;
|
||||||
unsigned int s[sizeSDA];
|
unsigned int s[sizeSDA];
|
||||||
sda.size = &temp;
|
sda.size = &temp;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user