Make the constructor (and all the other functions) public

--HG--
extra : convert_revision : 9d572651fc1722b15ae7dbc59c108d680c911f04
This commit is contained in:
Gabe Black
2007-03-05 14:49:52 +00:00
parent b832e6740f
commit 0e9db1a2e5

View File

@@ -105,6 +105,7 @@ namespace X86ISA
class MiscRegFile
{
public:
void clear();
MiscRegFile()