| Index: runtime/vm/simulator_arm.h
|
| diff --git a/runtime/vm/simulator_arm.h b/runtime/vm/simulator_arm.h
|
| index 3976c0c317ae3ecd813d94ed59b43a0c260eddf1..af3cb098dc92d7aa8a8c2b974cb6b40800f70d7a 100644
|
| --- a/runtime/vm/simulator_arm.h
|
| +++ b/runtime/vm/simulator_arm.h
|
| @@ -107,6 +107,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 {
|
|
|