| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 30594ef3a17667a9ed0b99efe117b8ab32649843..6d962bdf29fdcea6b49abc9c1fb847bee0c37bf3 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -73,7 +73,8 @@ namespace internal {
|
| F(AtomicsIsLockFree, 1, 1) \
|
| F(AtomicsWait, 4, 1) \
|
| F(AtomicsWake, 3, 1) \
|
| - F(AtomicsNumWaitersForTesting, 2, 1)
|
| + F(AtomicsNumWaitersForTesting, 2, 1) \
|
| + F(SetAllowAtomicsWait, 1, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_CLASSES(F) \
|
| F(ThrowUnsupportedSuperError, 0, 1) \
|
|
|