summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/back_end.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-10-28 04:00:24 -0400
committerGabe Black <gblack@eecs.umich.edu>2006-10-28 04:00:24 -0400
commit7f1463f94a67e6005a99e315df653bab2f056fa5 (patch)
tree8acab0b993c394851a1af069cabe9afc4dcf9b55 /src/cpu/ozone/back_end.hh
parent477693c5195aba6a6d56aa8d1629b406017121c5 (diff)
downloadgem5-7f1463f94a67e6005a99e315df653bab2f056fa5.tar.xz
Include the right version of faults.hh
--HG-- extra : convert_revision : 4762b8ab46ac755726cc658a378c2cf5b2061dc3
Diffstat (limited to 'src/cpu/ozone/back_end.hh')
-rw-r--r--src/cpu/ozone/back_end.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ozone/back_end.hh b/src/cpu/ozone/back_end.hh
index 8debd277d..992f55c6e 100644
--- a/src/cpu/ozone/back_end.hh
+++ b/src/cpu/ozone/back_end.hh
@@ -35,7 +35,7 @@
#include <queue>
#include <string>
-#include "arch/faults.hh"
+#include "sim/faults.hh"
#include "base/timebuf.hh"
#include "cpu/inst_seq.hh"
#include "cpu/ozone/rename_table.hh"