summaryrefslogtreecommitdiffhomepage
path: root/pkg/sync/race_arm64.s
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sync/race_arm64.s')
-rw-r--r--pkg/sync/race_arm64.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sync/race_arm64.s b/pkg/sync/race_arm64.s
index 88f091fda..c4192e870 100644
--- a/pkg/sync/race_arm64.s
+++ b/pkg/sync/race_arm64.s
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// +build race
-// +build arm64
+//go:build race && arm64
+// +build race,arm64
#include "textflag.h"