summaryrefslogtreecommitdiff
path: root/cpu/ozone/ea_list.cc
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/ozone/ea_list.cc
parent4b256577e01111e676f021c67478afec2289e175 (diff)
downloadgem5-1a0b326f5d4fafaef206a97ddd02598e120aebb9.tar.xz
Changed targetarch to arch for isa_traits.hh include
--HG-- extra : convert_revision : e7ae43d812140ec99b782394e54903153f8d0476
Diffstat (limited to 'cpu/ozone/ea_list.cc')
-rw-r--r--cpu/ozone/ea_list.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ozone/ea_list.cc b/cpu/ozone/ea_list.cc
index e7922902a..6114a0ca1 100644
--- a/cpu/ozone/ea_list.cc
+++ b/cpu/ozone/ea_list.cc
@@ -26,7 +26,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "targetarch/isa_traits.hh"
+#include "arch/isa_traits.hh"
#include "cpu/inst_seq.hh"
#include "cpu/ooo_cpu/ea_list.hh"