From 5e3bb38362cf477a75c33bf9c3b31a03faa1bf17 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 12 Oct 2006 18:20:29 +0000 Subject: Fix comment. --- runtime/stack.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'runtime/stack.c') diff --git a/runtime/stack.c b/runtime/stack.c index dbbac9ac..a52dbfee 100644 --- a/runtime/stack.c +++ b/runtime/stack.c @@ -18,12 +18,6 @@ */ /** @addtogroup stack Stack Tracing Functions - * Without frames the best that can be done here is to scan the stack and - * display everything that fits in the range of a valid IP. Things like function pointers - * on the stack will certainly result in bogus addresses in the backtrace. - * - * With debug info, we could get a proper backtrace, but it would be too slow to do - * during a probe. We can eventually make this a postprocessing feature. * * @{ */ -- cgit