projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f1ecc
)
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
Sandipan Das
<sandipan@linux.ibm.com>
Wed, 8 Apr 2020 22:12:06 +0000
(22:12 +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 612a2babc9cdfd3efecf5f66563b8ae2543f8577..c7c5d82e01d4b36f9638803703b2b7053557b841 100644
(file)
--- a/
src/arch/power/tlb.cc
+++ b/
src/arch/power/tlb.cc
@@
-102,7
+102,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)) {