From 68c2e2a316c7a22d058041dcba205b1e3309477d Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 15 Jan 2008 16:57:20 +0000 Subject: Add support for memory allocation tracking. --- runtime/stack-x86_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stack-x86_64.c') diff --git a/runtime/stack-x86_64.c b/runtime/stack-x86_64.c index 16e3bf7c..186b2ad4 100644 --- a/runtime/stack-x86_64.c +++ b/runtime/stack-x86_64.c @@ -15,6 +15,6 @@ static void __stp_stack_print (struct pt_regs *regs, int verbose, int levels) while ((long)stack & (THREAD_SIZE-1)) { addr = *stack++; - _stp_func_print(addr, verbose); + _stp_func_print(addr, verbose, 1); } } -- cgit