| Index: third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h b/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h
|
| index b8a42f21f04c4b79229d71502e91919c13468dfe..cad9f1e35444a5dcff84594a8118d59c87dd5128 100644
|
| --- a/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h
|
| +++ b/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h
|
| @@ -93,7 +93,7 @@ inline Atomic32 NoBarrier_AtomicIncrement(volatile Atomic32* ptr,
|
| return result;
|
| }
|
|
|
| -inline void MemoryBarrier(void) {
|
| +inline void MemoryBarrierInternal(void) {
|
| asm volatile (
|
| " lwsync \n\t"
|
| " isync \n\t"
|
|
|