Skip to content

Commit

Permalink
Fix tile atomicops macro.
Browse files Browse the repository at this point in the history
Change-Id: I1a3acadd059f87c26a2e26f3b7a169c0780e981e
  • Loading branch information
liujisi committed Mar 6, 2015
1 parent 0ddbafa commit 6c8a036
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/google/protobuf/stubs/atomicops_internals_tile_gcc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_ARM64_GCC_H_
#define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_ARM64_GCC_H_
#ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_
#define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_

namespace google {
namespace protobuf {
Expand Down Expand Up @@ -70,8 +70,8 @@ inline Atomic64 NoBarrier_AtomicIncrement(volatile Atomic64* ptr,
return *ptr;
}

}
}
}
} // namespace internal
} // namespace protobuf
} // namespace google

#endif
#endif // GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_

0 comments on commit 6c8a036

Please sign in to comment.