summaryrefslogtreecommitdiff
path: root/src/pkg/sync/atomic/asm_amd64.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/sync/atomic/asm_amd64.s')
-rw-r--r--src/pkg/sync/atomic/asm_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/sync/atomic/asm_amd64.s b/src/pkg/sync/atomic/asm_amd64.s
index 77afa129e..6e53ebedd 100644
--- a/src/pkg/sync/atomic/asm_amd64.s
+++ b/src/pkg/sync/atomic/asm_amd64.s
@@ -4,7 +4,7 @@
// +build !race
-#include "../../../cmd/ld/textflag.h"
+#include "textflag.h"
TEXT ·SwapInt32(SB),NOSPLIT,$0-20
JMP ·SwapUint32(SB)