Skip to content

Commit

Permalink
fix tge compil
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Feb 29, 2024
1 parent f409b77 commit 656a8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/bofstd/bofperformance.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BEGIN_BOF_NAMESPACE()
{ \
if ((PROFILER) != nullptr) \
{ \
(PROFILER)->LeaveBench(ITEM); \
(PROFILER)->LeaveBench(false, ITEM); \
} \
}

Expand Down

0 comments on commit 656a8c1

Please sign in to comment.