projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f9e67
)
runtime: Correct definition of __go_file_line to match declaration.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Thu, 24 May 2012 20:47:09 +0000
(20:47 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/libgo/runtime/go-caller.c
b/libgo/runtime/go-caller.c
index dda396054c39fa9f37358a056cc33ef01e281aca..b99d20c225f603c7ca83fce4521b304b7e2e5e03 100644
(file)
--- 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)