Commit 6c8a036e authored by Jisi Liu's avatar Jisi Liu

Fix tile atomicops macro.

Change-Id: I1a3acadd059f87c26a2e26f3b7a169c0780e981e
parent 0ddbafab
#ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_ARM64_GCC_H_ #ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_
#define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_ARM64_GCC_H_ #define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_
namespace google { namespace google {
namespace protobuf { namespace protobuf {
...@@ -70,8 +70,8 @@ inline Atomic64 NoBarrier_AtomicIncrement(volatile Atomic64* ptr, ...@@ -70,8 +70,8 @@ inline Atomic64 NoBarrier_AtomicIncrement(volatile Atomic64* ptr,
return *ptr; return *ptr;
} }
} } // namespace internal
} } // namespace protobuf
} } // namespace google
#endif #endif // GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment