Skip to content
Snippets Groups Projects
Commit f4bcff7c authored by Vladimir Mezentsev's avatar Vladimir Mezentsev
Browse files

gprofng: PR30195 [display text] Source code location can not be found

gprofng/ChangeLog
2023-03-10  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

	PR gprofng/30195
	gprofng/src/DwarfLib.cc (DwrLineRegs::reset): Set 'file = 1;'.
parent a2fbb690
No related branches found
No related tags found
No related merge requests found
...@@ -1687,7 +1687,7 @@ DwrLineRegs::reset () ...@@ -1687,7 +1687,7 @@ DwrLineRegs::reset ()
timestamp = 0; timestamp = 0;
file_size = 0; file_size = 0;
address = 0; address = 0;
file = 0; file = 1;
line = 1; line = 1;
column = 0; column = 0;
is_stmt = (default_is_stmt != 0); is_stmt = (default_is_stmt != 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment