forked from OSchip/llvm-project
parent
c5c228fa59
commit
1dbc389ad2
|
@ -645,7 +645,7 @@ void DIEAbbrev::Emit(const DwarfWriter &DW) const {
|
|||
#ifndef NDEBUG
|
||||
void DIEAbbrev::print(std::ostream &O) {
|
||||
O << "Abbreviation @"
|
||||
<< std::hex << (unsigned)this << std::dec
|
||||
<< std::hex << (unsigned long)this << std::dec
|
||||
<< " "
|
||||
<< TagString(Tag)
|
||||
<< " "
|
||||
|
|
Loading…
Reference in New Issue