summaryrefslogtreecommitdiff
path: root/src/arch/x86/vtophys.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-02-07 01:21:21 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-02-07 01:21:21 -0800
commit0c4b816d84541f832530d8a68aa51832d2a1b73f (patch)
tree047bd4199e7cec627735f83d694fe75084446ebd /src/arch/x86/vtophys.cc
parent45f881919fc9c4d2b2d4ea9f165fb567aad9849a (diff)
downloadgem5-0c4b816d84541f832530d8a68aa51832d2a1b73f.tar.xz
X86: Fix compiling vtophys.cc
Diffstat (limited to 'src/arch/x86/vtophys.cc')
-rw-r--r--src/arch/x86/vtophys.cc2
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;