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