diff options
Diffstat (limited to 'src/tools/fuzzing.h')
-rw-r--r-- | src/tools/fuzzing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h index f16d0ecad..6aa0764f1 100644 --- a/src/tools/fuzzing.h +++ b/src/tools/fuzzing.h @@ -1618,7 +1618,7 @@ private: } else { auto* ptr = makePointer(); auto* count = make(i32); - return builder.makeAtomicWake(ptr, count, logify(get())); + return builder.makeAtomicNotify(ptr, count, logify(get())); } } Index bytes; |