Skip to content

Commit 1f1598c

Browse files
author
Andrew Ferraiuolo
committed
Fixes google#64
1 parent d219696 commit 1f1598c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fuzztest/internal/coverage.cc

-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ extern "C" void __sanitizer_cov_8bit_counters_init(uint8_t* start,
268268
// This function should have no external library dependencies to prevent
269269
// accidental coverage instrumentation.
270270
template <int data_size>
271-
ABSL_ATTRIBUTE_ALWAYS_INLINE // To make __builtin_return_address(0) work.
272271
GOOGLEFUZZTEST_NOSANITIZE // To skip arg1 - arg2 overflow.
273272
void
274273
TraceCmp(uint64_t arg1, uint64_t arg2, uint8_t argsize_bit,

0 commit comments

Comments
 (0)