From: Gabe Black Date: Mon, 5 Mar 2007 14:49:52 +0000 (+0000) Subject: Make the constructor (and all the other functions) public X-Git-Tag: m5_2.0_beta3~160 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e9db1a2e56671c8258f72e4ef506cec4c0ad130;p=gem5.git Make the constructor (and all the other functions) public --HG-- extra : convert_revision : 9d572651fc1722b15ae7dbc59c108d680c911f04 --- 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()