| Index: runtime/vm/simulator_arm64.h
|
| diff --git a/runtime/vm/simulator_arm64.h b/runtime/vm/simulator_arm64.h
|
| index d395f6bcabe2ca149f3653e6df0a236ff6f7f624..bf3572ce6bfc85f6a32c3339a1f699b121e30dfb 100644
|
| --- a/runtime/vm/simulator_arm64.h
|
| +++ b/runtime/vm/simulator_arm64.h
|
| @@ -208,8 +208,8 @@ class Simulator {
|
|
|
| // Synchronization primitives support.
|
| void ClearExclusive();
|
| - intptr_t ReadExclusiveW(uword addr, Instr* instr);
|
| - intptr_t WriteExclusiveW(uword addr, intptr_t value, Instr* instr);
|
| + intptr_t ReadExclusiveX(uword addr, Instr* instr);
|
| + intptr_t WriteExclusiveX(uword addr, intptr_t value, Instr* instr);
|
|
|
| // Set access to given address to 'exclusive state' for current thread.
|
| static void SetExclusiveAccess(uword addr);
|
|
|