runtime: Correct definition of __go_file_line to match declaration.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 24 May 2012 20:47:09 +0000 (20:47 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 24 May 2012 20:47:09 +0000 (20:47 +0000)
From Rainer Orth.

From-SVN: r187851

libgo/runtime/go-caller.c

index dda396054c39fa9f37358a056cc33ef01e281aca..b99d20c225f603c7ca83fce4521b304b7e2e5e03 100644 (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)