runtime: Correct definition of __go_file_line to match declaration.

From Rainer Orth.

From-SVN: r187851
This commit is contained in:
Ian Lance Taylor 2012-05-24 20:47:09 +00:00
parent 41f9e67527
commit 9e65cec2fd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ RegisterDebugLookup (infofn_type pi, symvalfn_type ps)
/* Return function/file/line information for PC. */
_Bool
__go_file_line (uintptr_t pc, struct __go_string *fn, struct __go_string *file,
__go_file_line (uintptr pc, struct __go_string *fn, struct __go_string *file,
int *line)
{
if (infofn == NULL)