From: Gabe Black Date: Sat, 16 Dec 2006 17:53:01 +0000 (-0500) Subject: Compiler error fix. X-Git-Tag: m5_2.0_beta3~271^2~2^2^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe737603881f620da2c4b14f18158c20487c9960;p=gem5.git Compiler error fix. --HG-- extra : convert_revision : 39e2638a10bf3e821e8f3d4d8c664008c98fc921 --- 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);