Make the constructor (and all the other functions) public
authorGabe Black <gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:49:52 +0000 (14:49 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:49:52 +0000 (14:49 +0000)
--HG--
extra : convert_revision : 9d572651fc1722b15ae7dbc59c108d680c911f04

src/arch/x86/miscregfile.hh

index 4f0235f782bc4981db739f5876945283bebfd5f8..be04cd5288f1e47402cc7f6a8d694b58c24ed7dd 100644 (file)
@@ -105,6 +105,7 @@ namespace X86ISA
 
     class MiscRegFile
     {
+      public:
         void clear();
 
         MiscRegFile()