diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-14 16:39:59 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-14 16:39:59 -0500 |
commit | 78b9a789d7adf69a82535b93f8822f8adaca3f7e (patch) | |
tree | 8e70f79cde33c312fcfd56e3d53ca7633f6fca1f /arch/sparc/regfile.hh | |
parent | fa763d2ecfae16e84a9f9d689d19f746d84d08e3 (diff) | |
download | gem5-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.hh | 4 |
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 §ion); }; + void copyRegs(ExecContext *src, ExecContext *dest); + + void copyMiscRegs(ExecContext *src, ExecContext *dest); + } // namespace SparcISA #endif |