diff options
Diffstat (limited to 'pkg/procid/procid_amd64.s')
-rw-r--r-- | pkg/procid/procid_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/procid/procid_amd64.s b/pkg/procid/procid_amd64.s index 7c622e5d7..a45920040 100644 --- a/pkg/procid/procid_amd64.s +++ b/pkg/procid/procid_amd64.s @@ -14,7 +14,7 @@ // +build amd64 // +build go1.8 -// +build !go1.16 +// +build !go1.17 #include "textflag.h" |