fix relative path
This commit is contained in:
parent
814cd636c0
commit
a111b309cb
1 changed files with 1 additions and 1 deletions
2
adis.c
2
adis.c
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "../r3400i.h"
|
||||
#include "r3400i.h"
|
||||
#include "adis.h"
|
||||
|
||||
unsigned int pc = 0x80000000;
|
||||
|
|
Loading…
Reference in a new issue