summaryrefslogtreecommitdiff
path: root/src/arch/sparc/intregfile.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-02-25 10:21:40 -0800
committerGabe Black <gblack@eecs.umich.edu>2009-02-25 10:21:40 -0800
commitf41ce6b5e9d606826c9519cf355f992f53bb4dbf (patch)
treef581f4c59754777e289ef5ab4c24a7e3d2922780 /src/arch/sparc/intregfile.hh
parent88ee7d4c32854608a9887ecbd60139dc20ab1974 (diff)
downloadgem5-f41ce6b5e9d606826c9519cf355f992f53bb4dbf.tar.xz
SPARC: Get rid of the setCWP function.
Diffstat (limited to 'src/arch/sparc/intregfile.hh')
-rw-r--r--src/arch/sparc/intregfile.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/sparc/intregfile.hh b/src/arch/sparc/intregfile.hh
index 83ef1d17b..0d1fe413e 100644
--- a/src/arch/sparc/intregfile.hh
+++ b/src/arch/sparc/intregfile.hh
@@ -102,11 +102,6 @@ namespace SparcISA
void unserialize(Checkpoint *cp, const std::string &section);
protected:
- //This doesn't effect the actual CWP register.
- //It's purpose is to adjust the view of the register file
- //to what it would be if CWP = cwp.
- void setCWP(int cwp);
-
void setGlobals(int gl);
};
}