From 0e9db1a2e56671c8258f72e4ef506cec4c0ad130 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 5 Mar 2007 14:49:52 +0000 Subject: Make the constructor (and all the other functions) public --HG-- extra : convert_revision : 9d572651fc1722b15ae7dbc59c108d680c911f04 --- src/arch/x86/miscregfile.hh | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3