summaryrefslogtreecommitdiff
path: root/cpu/o3/comm.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-02-27 01:38:47 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-02-27 01:38:47 -0500
commit1a0b326f5d4fafaef206a97ddd02598e120aebb9 (patch)
treeffaf2f4e88cccc83150b45a3be44ec0c8d924429 /cpu/o3/comm.hh
parent4b256577e01111e676f021c67478afec2289e175 (diff)
downloadgem5-1a0b326f5d4fafaef206a97ddd02598e120aebb9.tar.xz
Changed targetarch to arch for isa_traits.hh include
--HG-- extra : convert_revision : e7ae43d812140ec99b782394e54903153f8d0476
Diffstat (limited to 'cpu/o3/comm.hh')
-rw-r--r--cpu/o3/comm.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/comm.hh b/cpu/o3/comm.hh
index 76ff4d689..c74c77ddf 100644
--- a/cpu/o3/comm.hh
+++ b/cpu/o3/comm.hh
@@ -31,7 +31,7 @@
#include <vector>
-#include "targetarch/isa_traits.hh"
+#include "arch/isa_traits.hh"
#include "cpu/inst_seq.hh"
#include "sim/host.hh"