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/simple | |
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/simple')
-rw-r--r-- | src/cpu/simple/base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/simple/base.cc b/src/cpu/simple/base.cc index cbb3980cb..81e9e6720 100644 --- a/src/cpu/simple/base.cc +++ b/src/cpu/simple/base.cc @@ -29,7 +29,7 @@ */ #include "arch/utility.hh" -#include "arch/faults.hh" +#include "sim/faults.hh" #include "base/cprintf.hh" #include "base/inifile.hh" #include "base/loader/symtab.hh" |