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/thread_state.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/thread_state.hh')
-rw-r--r-- | src/cpu/ozone/thread_state.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ozone/thread_state.hh b/src/cpu/ozone/thread_state.hh index c86f3552e..985e09b52 100644 --- a/src/cpu/ozone/thread_state.hh +++ b/src/cpu/ozone/thread_state.hh @@ -31,7 +31,7 @@ #ifndef __CPU_OZONE_THREAD_STATE_HH__ #define __CPU_OZONE_THREAD_STATE_HH__ -#include "arch/faults.hh" +#include "sim/faults.hh" #include "arch/types.hh" #include "arch/regfile.hh" #include "base/callback.hh" |