summaryrefslogtreecommitdiff
path: root/cpu/o3/cpu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/cpu.hh')
-rw-r--r--cpu/o3/cpu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/cpu.hh b/cpu/o3/cpu.hh
index f9e449548..802860ab5 100644
--- a/cpu/o3/cpu.hh
+++ b/cpu/o3/cpu.hh
@@ -50,7 +50,7 @@
#include "sim/process.hh"
#if FULL_SYSTEM
-#include "targetarch/ev5.hh"
+#include "arch/ev5.hh"
using namespace EV5;
#endif