From 261135850dbd4a2efd7d4cbd3d0e3dcde46688ee Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sun, 20 Dec 2009 22:49:00 -0500 Subject: [PATCH] brown paper bag typo fixy --- runtime/stack-x86_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/stack-x86_64.c b/runtime/stack-x86_64.c index 6aebcb584..030e5ef1d 100644 --- a/runtime/stack-x86_64.c +++ b/runtime/stack-x86_64.c @@ -48,7 +48,7 @@ static void __stp_stack_print(struct pt_regs *regs, int verbose, int levels, else UNW_PC(&info) = maybe_pc; } -#undef +#endif dbug_unwind(1, "ret=%d PC=%lx SP=%lx\n", ret, UNW_PC(&info), UNW_SP(&info)); if (ret == 0) { _stp_func_print(UNW_PC(&info), verbose, 1, tsk); -- 2.43.5