| Index: runtime/vm/simulator_arm64.h
|
| diff --git a/runtime/vm/simulator_arm64.h b/runtime/vm/simulator_arm64.h
|
| index d23e83bdf1e21831eb48bda7f891b7a4051dd013..d395f6bcabe2ca149f3653e6df0a236ff6f7f624 100644
|
| --- a/runtime/vm/simulator_arm64.h
|
| +++ b/runtime/vm/simulator_arm64.h
|
| @@ -102,6 +102,9 @@ class Simulator {
|
| static uword CompareExchange(uword* address,
|
| uword compare_value,
|
| uword new_value);
|
| + static uint32_t CompareExchangeUint32(uint32_t* address,
|
| + uint32_t compare_value,
|
| + uint32_t new_value);
|
|
|
| // Runtime and native call support.
|
| enum CallKind {
|
|
|