summaryrefslogtreecommitdiff
path: root/src/lib/runtime/runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/runtime/runtime.go')
-rw-r--r--src/lib/runtime/runtime.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/runtime/runtime.go b/src/lib/runtime/runtime.go
index 07c674847..6fb5756d6 100644
--- a/src/lib/runtime/runtime.go
+++ b/src/lib/runtime/runtime.go
@@ -25,4 +25,4 @@ func Breakpoint()
// ascend, with 1 identifying the the caller of Caller. The return values report the
// program counter, file name, and line number within the file of the corresponding
// call. The boolean ok is false if it was not possible to recover the information.
-func Caller(n int) (pc uint64, file string, line int, ok bool)
+func Caller(n int) (pc uintptr, file string, line int, ok bool)