summaryrefslogtreecommitdiff
path: root/arch/sparc/regfile.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-14 16:39:59 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-14 16:39:59 -0500
commit78b9a789d7adf69a82535b93f8822f8adaca3f7e (patch)
tree8e70f79cde33c312fcfd56e3d53ca7633f6fca1f /arch/sparc/regfile.hh
parentfa763d2ecfae16e84a9f9d689d19f746d84d08e3 (diff)
downloadgem5-78b9a789d7adf69a82535b93f8822f8adaca3f7e.tar.xz
Fixed up after a hand merge.
arch/alpha/utility.hh: Got rid of unnecessary extern and static qualifiers, and fixed up the hand merge. arch/sparc/regfile.hh: Fixed up SPARC after a hand merge. --HG-- extra : convert_revision : 56e2d90ddd144f3386dbea50fa96cfc461d46b81
Diffstat (limited to 'arch/sparc/regfile.hh')
-rw-r--r--arch/sparc/regfile.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc/regfile.hh b/arch/sparc/regfile.hh
index 008956406..944fdfe80 100644
--- a/arch/sparc/regfile.hh
+++ b/arch/sparc/regfile.hh
@@ -511,6 +511,10 @@ namespace SparcISA
void unserialize(Checkpoint *cp, const std::string &section);
};
+ void copyRegs(ExecContext *src, ExecContext *dest);
+
+ void copyMiscRegs(ExecContext *src, ExecContext *dest);
+
} // namespace SparcISA
#endif