summaryrefslogtreecommitdiff
path: root/src/kern/tru64/printf.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-06 18:28:10 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-06 18:28:10 -0500
commite39de58d21723df527ec979cde1df29980fab234 (patch)
treebe13ea6337a491acb44e90d62ba034ee35187755 /src/kern/tru64/printf.hh
parent1ffff78ca90d04622da78e7d1212148762bccef6 (diff)
downloadgem5-e39de58d21723df527ec979cde1df29980fab234.tar.xz
Took the Alpha prefix off of AlphaArguments, and made sure it was being used from TheISA:: rather than AlphaISA::
--HG-- extra : convert_revision : 17c143d3cbc2f58a7a9d01366a8f649810ff7f33
Diffstat (limited to 'src/kern/tru64/printf.hh')
-rw-r--r--src/kern/tru64/printf.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kern/tru64/printf.hh b/src/kern/tru64/printf.hh
index f6a4544ad..ff453b1c1 100644
--- a/src/kern/tru64/printf.hh
+++ b/src/kern/tru64/printf.hh
@@ -34,7 +34,7 @@
#include "arch/arguments.hh"
namespace tru64 {
- void Printf(AlphaISA::AlphaArguments args);
+ void Printf(TheISA::Arguments args);
}
#endif // __PRINTF_HH__