summaryrefslogtreecommitdiff
path: root/src/kern/tru64/printf.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-08-01 15:54:25 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-08-01 15:54:25 -0700
commit458dfc8b3edc716a7587f3ad7516e6d667e0572e (patch)
tree5cafd01451dd3ea32269277af818a57c3e18ea2d /src/kern/tru64/printf.cc
parentc032a535ab651f216ef0620915ab90338ca24929 (diff)
parent84cd78e96f892f52a715cfe10d9405987f5e9ba1 (diff)
downloadgem5-458dfc8b3edc716a7587f3ad7516e6d667e0572e.tar.xz
Merge with head.
--HG-- extra : convert_revision : f677debfd636d79bc5097eb45331601d3253743d
Diffstat (limited to 'src/kern/tru64/printf.cc')
-rw-r--r--src/kern/tru64/printf.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kern/tru64/printf.cc b/src/kern/tru64/printf.cc
index 4245ac6d0..ce77efa83 100644
--- a/src/kern/tru64/printf.cc
+++ b/src/kern/tru64/printf.cc
@@ -31,18 +31,18 @@
#include <sys/types.h>
#include <algorithm>
+#include "arch/vtophys.hh"
#include "base/cprintf.hh"
#include "base/trace.hh"
#include "sim/host.hh"
-#include "arch/arguments.hh"
-#include "arch/vtophys.hh"
+#include "sim/arguments.hh"
using namespace std;
namespace tru64 {
void
-Printf(TheISA::Arguments args)
+Printf(Arguments args)
{
std::ostream &out = Trace::output();