From 8ce1125f01b9562f912d132883e4d136d08a94b5 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 2 Aug 2011 10:56:59 +0200 Subject: [PATCH] Remove old comment in kretprobe handler. c->ri -inst is saved just above the old comment. --- tapsets.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/tapsets.cxx b/tapsets.cxx index 443eebad7..0f277348f 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -6942,7 +6942,6 @@ uprobe_derived_probe_group::emit_module_decls (systemtap_session& s) s.op->newline() << "goto probe_epilogue;"; s.op->newline(-1) << "}"; - // XXX: kretprobes saves "c->pi = inst;" too s.op->newline() << "c->regs = regs;"; s.op->newline() << "c->regflags |= _STP_REGS_USER_FLAG;"; -- 2.43.5