Commit 9e65cec2 by Ian Lance Taylor

runtime: Correct definition of __go_file_line to match declaration.

From Rainer Orth.

From-SVN: r187851
parent 41f9e675
...@@ -48,7 +48,7 @@ RegisterDebugLookup (infofn_type pi, symvalfn_type ps) ...@@ -48,7 +48,7 @@ RegisterDebugLookup (infofn_type pi, symvalfn_type ps)
/* Return function/file/line information for PC. */ /* Return function/file/line information for PC. */
_Bool _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) int *line)
{ {
if (infofn == NULL) if (infofn == NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment