show function entry file location

in call trace info
This commit is contained in:
ValKmjolnir
2023-12-01 19:31:47 +08:00
parent 14ec9d2a34
commit 476fbdb859
3 changed files with 17 additions and 19 deletions

View File

@@ -111,7 +111,7 @@ void codestream::dump(std::ostream& out) const {
break;
}
if (files) {
out << "(" << files[code.fidx] << ":" << code.line << ")";
out << " (" << files[code.fidx] << ":" << code.line << ")";
}
}