From: Korey Sewell Date: Wed, 14 Nov 2007 20:33:43 +0000 (-0500) Subject: comment and spacing X-Git-Tag: m5_2.0_beta5~91 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2820a448e2bcb861d099b1256087004462b78895;p=gem5.git comment and spacing --HG-- extra : convert_revision : b3acde37bc11919700c257eae58ea9e0f66c9786 --- diff --git a/src/arch/mips/tlb.hh b/src/arch/mips/tlb.hh index 5240eb2a9..0dfe3ecf1 100644 --- a/src/arch/mips/tlb.hh +++ b/src/arch/mips/tlb.hh @@ -53,7 +53,6 @@ class ThreadContext; namespace MipsISA { // WARN: This particular TLB entry is not necessarily conformed to MIPS ISA -// We just need this to make compiler happy. Use "PTE" type for real entry. struct TlbEntry { Addr _pageStart;