diff options
Diffstat (limited to 'sim/microblaze')
-rw-r--r-- | sim/microblaze/interp.c | 2 | ||||
-rw-r--r-- | sim/microblaze/microblaze.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c index 7bd06d5..a4f505e 100644 --- a/sim/microblaze/interp.c +++ b/sim/microblaze/interp.c @@ -34,7 +34,7 @@ #include "sim-syscall.h" #include "microblaze-sim.h" -#include "microblaze-dis.h" +#include "opcodes/microblaze-dis.h" #define target_big_endian (CURRENT_TARGET_BYTE_ORDER == BFD_ENDIAN_BIG) diff --git a/sim/microblaze/microblaze.h b/sim/microblaze/microblaze.h index a09a169..328e825 100644 --- a/sim/microblaze/microblaze.h +++ b/sim/microblaze/microblaze.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include "../../opcodes/microblaze-opcm.h" +#include "opcodes/microblaze-opcm.h" #define GET_RD ((inst & RD_MASK) >> RD_LOW) #define GET_RA ((inst & RA_MASK) >> RA_LOW) |