diff options
Diffstat (limited to 'src/sync/atomic')
-rw-r--r-- | src/sync/atomic/asm_ppc64x.s (renamed from src/sync/atomic/asm_power64x.s) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/atomic/asm_power64x.s b/src/sync/atomic/asm_ppc64x.s index 1130d3c16..bcd46c5cf 100644 --- a/src/sync/atomic/asm_power64x.s +++ b/src/sync/atomic/asm_ppc64x.s @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build power64 power64le +// +build ppc64 ppc64le #include "textflag.h" |