summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-05 14:49:52 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-03-05 14:49:52 +0000
commit0e9db1a2e56671c8258f72e4ef506cec4c0ad130 (patch)
tree349460fe6ea12c1712be590fe668caa491606fae
parentb832e6740f32f9f0508f11dab93d7a8296e76854 (diff)
downloadgem5-0e9db1a2e56671c8258f72e4ef506cec4c0ad130.tar.xz
Make the constructor (and all the other functions) public
--HG-- extra : convert_revision : 9d572651fc1722b15ae7dbc59c108d680c911f04
-rw-r--r--src/arch/x86/miscregfile.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/miscregfile.hh b/src/arch/x86/miscregfile.hh
index 4f0235f78..be04cd528 100644
--- a/src/arch/x86/miscregfile.hh
+++ b/src/arch/x86/miscregfile.hh
@@ -105,6 +105,7 @@ namespace X86ISA
class MiscRegFile
{
+ public:
void clear();
MiscRegFile()