Skip to content

Commit

Permalink
FIXUP: Same as PR27458
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed May 23, 2023
1 parent 2d8930e commit 43123cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/optional.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ if(WITH_USDT)
int main()
{
DTRACE_PROBE(\"context\", \"event\");
DTRACE_PROBE(context, event);
int a, b, c, d, e, f, g;
DTRACE_PROBE7(context, event, a, b, c, d, e, f, g);
}
" HAVE_USDT_H
)
Expand Down

0 comments on commit 43123cf

Please sign in to comment.