From 2a8f97d92bd86a464a8fc64b09ebb3a6ded772e9 Mon Sep 17 00:00:00 2001 From: ddomingo Date: Mon, 2 Mar 2009 11:40:44 +1000 Subject: minor revision, added tag --- tapset/context-symbols.stp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tapset/context-symbols.stp b/tapset/context-symbols.stp index 79645f4f..46eab841 100644 --- a/tapset/context-symbols.stp +++ b/tapset/context-symbols.stp @@ -12,14 +12,14 @@ #define STP_NEED_SYMBOL_DATA 1 #endif %} - +// weirdness with print_stack, argument appears in build as undescribed /** * sfunction print_stack - Print out stack from string * @stk: String with list of hexidecimal addresses. (FIXME) * * Perform a symbolic lookup of the addresses in the given string, * which is assumed to be the result of a prior call to - * backtrace(). + * backtrace(). * Print one line per address, including the address, the * name of the function containing the address, and an estimate of * its position within that function. Return nothing. -- cgit