[PATCH] parse.cxx: Itialize functioncall synthetic field
Alexandra Hájková
alexandra.khirnova@gmail.com
Wed Jun 2 14:06:46 GMT 2021
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
More information about the Systemtap
mailing list