summaryrefslogtreecommitdiffstats
path: root/tapset-procfs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapset-procfs.cxx')
-rw-r--r--tapset-procfs.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tapset-procfs.cxx b/tapset-procfs.cxx
index 1ac67e53..aea01a7a 100644
--- a/tapset-procfs.cxx
+++ b/tapset-procfs.cxx
@@ -444,6 +444,7 @@ procfs_var_expanding_visitor::visit_target_symbol (target_symbol* e)
// Synthesize a function.
functiondecl *fdecl = new functiondecl;
+ fdecl->synthetic = true;
fdecl->tok = e->tok;
embeddedcode *ec = new embeddedcode;
ec->tok = e->tok;