parent
894ceb1c6f
commit
f970221c4d
|
|
@ -80,7 +80,7 @@ public:
|
||||||
if (O) print(*O);
|
if (O) print(*O);
|
||||||
}
|
}
|
||||||
void print(std::ostream &O) const {
|
void print(std::ostream &O) const {
|
||||||
O << ".D" << Tag;
|
O << ".debug_" << Tag;
|
||||||
if (Number) O << Number;
|
if (Number) O << Number;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue