diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-10-28 04:00:24 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-10-28 04:00:24 -0400 |
commit | 7f1463f94a67e6005a99e315df653bab2f056fa5 (patch) | |
tree | 8acab0b993c394851a1af069cabe9afc4dcf9b55 /src/cpu/ozone/inorder_back_end.hh | |
parent | 477693c5195aba6a6d56aa8d1629b406017121c5 (diff) | |
download | gem5-7f1463f94a67e6005a99e315df653bab2f056fa5.tar.xz |
Include the right version of faults.hh
--HG--
extra : convert_revision : 4762b8ab46ac755726cc658a378c2cf5b2061dc3
Diffstat (limited to 'src/cpu/ozone/inorder_back_end.hh')
-rw-r--r-- | src/cpu/ozone/inorder_back_end.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ozone/inorder_back_end.hh b/src/cpu/ozone/inorder_back_end.hh index 76eef6fad..b2522bdc8 100644 --- a/src/cpu/ozone/inorder_back_end.hh +++ b/src/cpu/ozone/inorder_back_end.hh @@ -33,7 +33,7 @@ #include <list> -#include "arch/faults.hh" +#include "sim/faults.hh" #include "base/timebuf.hh" #include "cpu/thread_context.hh" #include "cpu/inst_seq.hh" |