summaryrefslogtreecommitdiff
path: root/src/arch/sparc/solaris/process.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-10-04 12:24:16 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-10-04 12:24:16 -0700
commit2848ef669632c6d8a8863aac8a5d7ee575c3fd1a (patch)
treee9d32696e0c88904894833046fcf921cd9697eaa /src/arch/sparc/solaris/process.hh
parent50e2d20cb876a054f53162e7b01306039c213457 (diff)
downloadgem5-2848ef669632c6d8a8863aac8a5d7ee575c3fd1a.tar.xz
SPARC: Make software trap 3 flush the register windows like the ABI specifies.
--HG-- extra : convert_revision : 8ff43617b56dcca5783d6cc490f87140fc20a36d
Diffstat (limited to 'src/arch/sparc/solaris/process.hh')
-rw-r--r--src/arch/sparc/solaris/process.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/sparc/solaris/process.hh b/src/arch/sparc/solaris/process.hh
index f65a60656..174eaecd7 100644
--- a/src/arch/sparc/solaris/process.hh
+++ b/src/arch/sparc/solaris/process.hh
@@ -38,7 +38,7 @@
namespace SparcISA {
/// A process with emulated SPARC/Solaris syscalls.
-class SparcSolarisProcess : public SparcLiveProcess
+class SparcSolarisProcess : public Sparc64LiveProcess
{
public:
/// Constructor.
@@ -66,4 +66,4 @@ class SparcSolarisProcess : public SparcLiveProcess
} // namespace SparcISA
-#endif // __ALPHA_SOLARIS_PROCESS_HH__
+#endif // __SPARC_SOLARIS_PROCESS_HH__