projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dfdcd6
)
arch-power: Fix vmlinux objdump path
author
Sandipan Das
<sandipan@linux.ibm.com>
Wed, 8 Apr 2020 22:12:06 +0000
(22:12 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 24 Jan 2021 04:25:23 +0000
(
04:25
+0000)
Change-Id: I74aa571c346fba19ed05ab6bd3b6db3649eb0b91
Signed-off-by: Sandipan Das <sandipan@linux.ibm.com>
src/arch/power/tlb.cc
patch
|
blob
|
history
diff --git
a/src/arch/power/tlb.cc
b/src/arch/power/tlb.cc
index d65295622753a0d414d9681df450e13ae82b9277..b5c0ddc9e1ff4bd4251c49c996492b1cfb851730 100644
(file)
--- a/
src/arch/power/tlb.cc
+++ b/
src/arch/power/tlb.cc
@@
-96,7
+96,7
@@
TLB::TLB(const Params *p)
smallPages = 0;
rwalk = p->walker;
ifstream stream;
- stream.open("dist/m5/system/binaries/objdump");
+ stream.open("dist/m5/system/binaries/objdump
_vmlinux
");
string addr_str;
bool flag = false;
while (getline(stream, addr_str)) {