summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-12-20 22:49:00 -0500
committerFrank Ch. Eigler <fche@elastic.org>2009-12-20 22:49:00 -0500
commit261135850dbd4a2efd7d4cbd3d0e3dcde46688ee (patch)
treed0837949f96a09ea9a36ddd2d5d50c5d6e6de62f /runtime
parentf0da6b3c8ba5a26f983714ddfcfd559ea05af5e3 (diff)
downloadsystemtap-steved-261135850dbd4a2efd7d4cbd3d0e3dcde46688ee.tar.gz
systemtap-steved-261135850dbd4a2efd7d4cbd3d0e3dcde46688ee.tar.xz
systemtap-steved-261135850dbd4a2efd7d4cbd3d0e3dcde46688ee.zip
brown paper bag typo fixy
Diffstat (limited to 'runtime')
-rw-r--r--runtime/stack-x86_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack-x86_64.c b/runtime/stack-x86_64.c
index 6aebcb58..030e5ef1 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);