projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc7803
)
add asn when tracing tlb stuff
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 30 Jun 2004 18:51:40 +0000
(14:51 -0400)
committer
Nathan 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
patch
|
blob
|
history
diff --git
a/arch/alpha/alpha_memory.cc
b/arch/alpha/alpha_memory.cc
index a40ad7a5c80809293506bb66b06b476b92aa617d..5d9a5fc6f7b5bf8dd40ce9698cf339b3f81c8d6f 100644
(file)
--- 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", vp
n);
+ DPRINTF(TLB, "lookup %#x
, asn %#x\n", vpn, (int)as
n);
PageTable::const_iterator i = lookupTable.find(vpn);
if (i == lookupTable.end())