diff options
author | Korey Sewell <ksewell@umich.edu> | 2007-11-15 03:10:41 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2007-11-15 03:10:41 -0500 |
commit | 789153dff64edcf046d800f231dffa6d66004ed5 (patch) | |
tree | 23af9c76854b19aff31c27173de9897729b6ab9a /src/arch/alpha | |
parent | 375ddf8d25c3d81a77bd5dd7b70f84a0dbe48fe8 (diff) | |
download | gem5-789153dff64edcf046d800f231dffa6d66004ed5.tar.xz |
Get MIPS simple regression working. Take out unecessary functions "setShadowSet", "CacheOp"
--HG--
extra : convert_revision : a9ae8a7e62c27c2db16fd3cfa7a7f0bf5f0bf8ea
Diffstat (limited to 'src/arch/alpha')
-rw-r--r-- | src/arch/alpha/regfile.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/alpha/regfile.hh b/src/arch/alpha/regfile.hh index 8a150dc69..792a518fb 100644 --- a/src/arch/alpha/regfile.hh +++ b/src/arch/alpha/regfile.hh @@ -177,9 +177,6 @@ namespace AlphaISA intRegFile.setReg(intReg, val); } - void setShadowSet(int css) - { } - void serialize(std::ostream &os); void unserialize(Checkpoint *cp, const std::string §ion); |