aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-05-24 20:47:09 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-05-24 20:47:09 +0000
commit9e65cec2fda780a5204ab4d929432b569f3dc588 (patch)
tree29ff2431cf828064114604b0a268978b84cd6b2b /libgo
parent41f9e675279abcc5fa9c669161ca0f18b9d02fd9 (diff)
downloadgcc-9e65cec2fda780a5204ab4d929432b569f3dc588.zip
gcc-9e65cec2fda780a5204ab4d929432b569f3dc588.tar.gz
gcc-9e65cec2fda780a5204ab4d929432b569f3dc588.tar.bz2
runtime: Correct definition of __go_file_line to match declaration.
From Rainer Orth. From-SVN: r187851
Diffstat (limited to 'libgo')
-rw-r--r--libgo/runtime/go-caller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/go-caller.c b/libgo/runtime/go-caller.c
index dda3960..b99d20c 100644
--- a/libgo/runtime/go-caller.c
+++ b/libgo/runtime/go-caller.c
@@ -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)