From 2abba99775bb09448875af45acb5f9875a2ded52 Mon Sep 17 00:00:00 2001 From: hollings Date: Thu, 10 Jul 1997 21:44:21 +0000 Subject: [PATCH] Added BPatch_retExpr --- dyninstAPI/h/BPatch_snippet.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dyninstAPI/h/BPatch_snippet.h b/dyninstAPI/h/BPatch_snippet.h index 78db809..8c416c8 100644 --- a/dyninstAPI/h/BPatch_snippet.h +++ b/dyninstAPI/h/BPatch_snippet.h @@ -152,6 +152,11 @@ public: BPatch_paramExpr(int n); }; +class BPatch_retExpr : public BPatch_snippet { +public: + BPatch_retExpr(); +}; + class BPatch_sequence : public BPatch_snippet { public: BPatch_sequence(const BPatch_Vector &items); -- 1.8.3.1