projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa4293a
)
Compiler error fix.
author
Gabe Black
<gblack@eecs.umich.edu>
Sat, 16 Dec 2006 17:53:01 +0000
(12:53 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sat, 16 Dec 2006 17:53:01 +0000
(12:53 -0500)
--HG--
extra : convert_revision :
39e2638a10bf3e821e8f3d4d8c664008c98fc921
src/arch/sparc/tlb.hh
patch
|
blob
|
history
diff --git
a/src/arch/sparc/tlb.hh
b/src/arch/sparc/tlb.hh
index 8a4ccd69f51bdb9fc008df4380895067c7e79aa4..b35f472cf279d3fac75de5e2c57a8eb2cf278df7 100644
(file)
--- a/
src/arch/sparc/tlb.hh
+++ b/
src/arch/sparc/tlb.hh
@@
-111,7
+111,7
@@
class TLB : public SimObject
void writeSfsr(ThreadContext *tc, int reg, bool write, ContextType ct,
bool se, FaultTypes ft, int asi);
- void
TLB::
clearUsedBits();
+ void clearUsedBits();
void writeTagAccess(ThreadContext *tc, int reg, Addr va, int context);