diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-02-07 01:21:21 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-02-07 01:21:21 -0800 |
commit | 0c4b816d84541f832530d8a68aa51832d2a1b73f (patch) | |
tree | 047bd4199e7cec627735f83d694fe75084446ebd /src/arch | |
parent | 45f881919fc9c4d2b2d4ea9f165fb567aad9849a (diff) | |
download | gem5-0c4b816d84541f832530d8a68aa51832d2a1b73f.tar.xz |
X86: Fix compiling vtophys.cc
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/vtophys.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/vtophys.cc b/src/arch/x86/vtophys.cc index 3a6932564..0fa43fd4c 100644 --- a/src/arch/x86/vtophys.cc +++ b/src/arch/x86/vtophys.cc @@ -45,7 +45,7 @@ #include "base/trace.hh" #include "config/full_system.hh" #include "cpu/thread_context.hh" -#include "sim/fault.hh" +#include "sim/fault_fwd.hh" using namespace std; |