From: Nathan Binkert Date: Wed, 30 Jun 2004 18:51:40 +0000 (-0400) Subject: add asn when tracing tlb stuff X-Git-Tag: m5_1.0_tutorial~280 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee765958b4bddbffd74a2c345da347ba71ec8d30;p=gem5.git add asn when tracing tlb stuff --HG-- extra : convert_revision : abc774179b3d4c979efd98e32d1d071b142e7b48 --- diff --git a/arch/alpha/alpha_memory.cc b/arch/alpha/alpha_memory.cc index a40ad7a5c..5d9a5fc6f 100644 --- a/arch/alpha/alpha_memory.cc +++ b/arch/alpha/alpha_memory.cc @@ -66,7 +66,7 @@ AlphaTLB::~AlphaTLB() AlphaISA::PTE * AlphaTLB::lookup(Addr vpn, uint8_t asn) const { - DPRINTF(TLB, "lookup %#x\n", vpn); + DPRINTF(TLB, "lookup %#x, asn %#x\n", vpn, (int)asn); PageTable::const_iterator i = lookupTable.find(vpn); if (i == lookupTable.end())