mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove debug print added in r182949.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182973 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9e3e730417
commit
6f6ec56b12
@ -42,7 +42,6 @@ public:
|
||||
}
|
||||
uint64_t Addr = Value;
|
||||
SortedSectionList::const_iterator SI = findSectionContaining(Addr);
|
||||
errs() << " looking for sec " << Addr << "\n";
|
||||
if (SI != SortedSections.end()) {
|
||||
const SectionRef &S = *SI;
|
||||
StringRef Name; S.getName(Name);
|
||||
|
Loading…
Reference in New Issue
Block a user