summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index 0ad6e9c2..88973979 100644
--- a/staptree.h
+++ b/staptree.h
@@ -486,6 +486,7 @@ struct functiondecl: public symboldecl
std::vector<vardecl*> locals;
std::vector<vardecl*> unused_locals;
statement* body;
+ bool synthetic;
functiondecl ();
void print (std::ostream& o) const;
void printsig (std::ostream& o) const;