From b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Mon, 21 Apr 2008 16:50:52 -0400 Subject: Change staprun to exec stapio. Add "-d" option to staprun. --- 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 729b8a2a..783e72bd 100644 --- a/runtime/stack-x86_64.c +++ b/runtime/stack-x86_64.c @@ -45,6 +45,6 @@ static void __stp_stack_print(struct pt_regs *regs, int verbose, int levels) break; } #else /* ! STP_USE_DWARF_UNWINDER */ - _stp_stack_print_fallback(REG_SP(regs), verbose); + _stp_stack_print_fallback(REG_SP(regs), verbose); #endif } -- cgit