| Index: runtime/vm/simulator_arm64.h
|
| diff --git a/runtime/vm/simulator_arm64.h b/runtime/vm/simulator_arm64.h
|
| index 43c057153f4b30f98b3501f24af613ca220f32aa..a1a36699e393b688ee2820b8ee9b4055a3f8ffa9 100644
|
| --- a/runtime/vm/simulator_arm64.h
|
| +++ b/runtime/vm/simulator_arm64.h
|
| @@ -207,6 +207,9 @@ class Simulator {
|
| void ClearExclusive();
|
| intptr_t ReadExclusiveX(uword addr, Instr* instr);
|
| intptr_t WriteExclusiveX(uword addr, intptr_t value, Instr* instr);
|
| + // 32 bit versions.
|
| + intptr_t ReadExclusiveW(uword addr, Instr* instr);
|
| + intptr_t WriteExclusiveW(uword addr, intptr_t value, Instr* instr);
|
|
|
| // Set access to given address to 'exclusive state' for current thread.
|
| static void SetExclusiveAccess(uword addr);
|
|
|