projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b832e67
)
Make the constructor (and all the other functions) public
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:49:52 +0000
(14:49 +0000)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/arch/x86/miscregfile.hh
b/src/arch/x86/miscregfile.hh
index 4f0235f782bc4981db739f5876945283bebfd5f8..be04cd5288f1e47402cc7f6a8d694b58c24ed7dd 100644
(file)
--- a/
src/arch/x86/miscregfile.hh
+++ b/
src/arch/x86/miscregfile.hh
@@
-105,6
+105,7
@@
namespace X86ISA
class MiscRegFile
{
+ public:
void clear();
MiscRegFile()