From fe737603881f620da2c4b14f18158c20487c9960 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 16 Dec 2006 12:53:01 -0500 Subject: [PATCH] Compiler error fix. --HG-- extra : convert_revision : 39e2638a10bf3e821e8f3d4d8c664008c98fc921 --- src/arch/sparc/tlb.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/sparc/tlb.hh b/src/arch/sparc/tlb.hh index 8a4ccd69f..b35f472cf 100644 --- 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); -- 2.30.2