diff options
Diffstat (limited to 'src/kern/tru64/printf.hh')
-rw-r--r-- | src/kern/tru64/printf.hh | 2 |
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__ |