diff options
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index 59092580e49..f792cb462bf 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -980,7 +980,7 @@ init_insn_for_nothing (void) idata = XCNEW (struct data); new (idata) data (); idata->name = "*placeholder_for_nothing"; - idata->loc = file_location ("<internal>", 0); + idata->loc = file_location ("<internal>", 0, 0); idata_end = &idata->next; } |