Compiler error fix.

--HG--
extra : convert_revision : 39e2638a10bf3e821e8f3d4d8c664008c98fc921
This commit is contained in:
Gabe Black
2006-12-16 12:53:01 -05:00
parent fa4293af33
commit fe73760388

View File

@@ -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);