add asn when tracing tlb stuff
--HG-- extra : convert_revision : abc774179b3d4c979efd98e32d1d071b142e7b48
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user