add asn when tracing tlb stuff
authorNathan Binkert <binkertn@umich.edu>
Wed, 30 Jun 2004 18:51:40 +0000 (14:51 -0400)
committerNathan Binkert <binkertn@umich.edu>
Wed, 30 Jun 2004 18:51:40 +0000 (14:51 -0400)
--HG--
extra : convert_revision : abc774179b3d4c979efd98e32d1d071b142e7b48

arch/alpha/alpha_memory.cc

index a40ad7a5c80809293506bb66b06b476b92aa617d..5d9a5fc6f7b5bf8dd40ce9698cf339b3f81c8d6f 100644 (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())