summaryrefslogtreecommitdiff
path: root/gprofng/src/DwarfLib.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/src/DwarfLib.cc')
-rw-r--r--gprofng/src/DwarfLib.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprofng/src/DwarfLib.cc b/gprofng/src/DwarfLib.cc
index e90c685ebbb..64003797d25 100644
--- a/gprofng/src/DwarfLib.cc
+++ b/gprofng/src/DwarfLib.cc
@@ -1687,7 +1687,7 @@ DwrLineRegs::reset ()
timestamp = 0;
file_size = 0;
address = 0;
- file = 0;
+ file = 1;
line = 1;
column = 0;
is_stmt = (default_is_stmt != 0);