add asn when tracing tlb stuff

--HG--
extra : convert_revision : abc774179b3d4c979efd98e32d1d071b142e7b48
This commit is contained in:
Nathan Binkert
2004-06-30 14:51:40 -04:00
parent bdc7803694
commit ee765958b4

View File

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