From 57153f81fcb9b49b04c9ee0140e402cdd9961568 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 20 Nov 2006 22:09:01 +0000 Subject: 2006-11-20 Frank Ch. Eigler * context.stp (caller_addr): Declare return type. --- tapset/ChangeLog | 4 ++++ tapset/context.stp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 82a46e61..13db6112 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,7 @@ +2006-11-20 Frank Ch. Eigler + + * context.stp (caller_addr): Declare return type. + 2006-11-07 Li Guanglei From Gui Jian diff --git a/tapset/context.stp b/tapset/context.stp index c4927172..efb78659 100644 --- a/tapset/context.stp +++ b/tapset/context.stp @@ -173,7 +173,7 @@ function stack_unused:long () %{ /* pure */ # Return the address of the calling function. Works only for # return probes at this time. -function caller_addr () %{ /* pure */ +function caller_addr:long () %{ /* pure */ if (CONTEXT->pi) THIS->__retvalue = (int64_t)(long)_stp_ret_addr_r(CONTEXT->pi); else -- cgit