diff options
-rw-r--r-- | tapsets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index a46512fc..40d4e901 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -5507,7 +5507,7 @@ dwarf_derived_probe::register_function_variants(match_node * root, root->bind(TOK_INLINE)->allow_unprivileged(unprivileged_ok)->bind(dw); root->bind(TOK_CALL)->allow_unprivileged(unprivileged_ok)->bind(dw); root->bind(TOK_RETURN)->allow_unprivileged(unprivileged_ok)->bind(dw); - root->bind(TOK_RETURN)->allow_unprivileged(unprivileged_ok)->bind_num(TOK_MAXACTIVE)->bind(dw); + root->bind(TOK_RETURN)->bind_num(TOK_MAXACTIVE)->allow_unprivileged(unprivileged_ok)->bind(dw); } void |