From: Mark Wielaard Date: Tue, 2 Aug 2011 08:56:59 +0000 (+0200) Subject: Remove old comment in kretprobe handler. X-Git-Tag: release-1.7~155^2~38 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=8ce1125f01b9562f912d132883e4d136d08a94b5;p=systemtap.git Remove old comment in kretprobe handler. c->ri -inst is saved just above the old comment. --- 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;";