From 9020300d0fca87336f84a8d40da9362735eda896 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 10 Jul 2008 16:39:17 -0400 Subject: PR442528 --- elaborate.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'elaborate.h') diff --git a/elaborate.h b/elaborate.h index c0e35477..afc0c569 100644 --- a/elaborate.h +++ b/elaborate.h @@ -132,6 +132,10 @@ struct derived_probe: public probe // From within unparser::emit_probe, initialized any extra variables // in this probe's context locals. + virtual void emit_probe_local_init (translator_output*) {} + // From within unparser::emit_probe, emit any extra processing block + // for this probe. + public: static void emit_common_header (translator_output* o); // from c_unparser::emit_common_header -- cgit