public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] parse.cxx: Itialize functioncall synthetic field
@ 2021-06-02 14:06 Alexandra Hájková
  0 siblings, 0 replies; only message in thread
From: Alexandra Hájková @ 2021-06-02 14:06 UTC (permalink / raw)
  To: systemtap; +Cc: Alexandra Hájková

From: Alexandra Hájková <ahajkova@redhat.com>

---
 parse.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parse.cxx b/parse.cxx
index d52bbf3d9..fa476d335 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -4042,6 +4042,7 @@ expression* parser::parse_symbol ()
 	{
 	  swallow ();
 	  struct functioncall* f = new functioncall;
+          f->synthetic = false;
 	  f->tok = t;
 	  f->function = name;
 	  // Allow empty actual parameter list
-- 
2.26.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-02 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 14:06 [PATCH] parse.cxx: Itialize functioncall synthetic field Alexandra Hájková

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).