From 687eab944bacf7355d113e99551f4835d96db184 Mon Sep 17 00:00:00 2001 From: gingold Date: Fri, 30 Oct 2009 05:00:00 +0000 Subject: Fix line number for gcov. --- ortho/gcc/ortho-lang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ortho/gcc/ortho-lang.c') diff --git a/ortho/gcc/ortho-lang.c b/ortho/gcc/ortho-lang.c index c37e391..449f1b6 100644 --- a/ortho/gcc/ortho-lang.c +++ b/ortho/gcc/ortho-lang.c @@ -385,7 +385,7 @@ ortho_parse_file (int debug) filename = in_fnames[0]; linemap_add (line_table, LC_ENTER, 0, filename ? filename :"*no-file*", 1); - input_location = linemap_line_start (line_table, 0, 252); + input_location = linemap_line_start (line_table, 1, 252); if (!lang_parse_file (filename)) errorcount++; -- cgit