]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/nilptr.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / nilptr.go
index 8d674a709821247867af5c381364a23623cf44d9..7f42e930bdee7e95f13d28b8a3ccea4818501241 100644 (file)
@@ -7,6 +7,9 @@
 // Test that the implementation catches nil ptr indirection
 // in a large address space.
 
+// Address space starts at 1<<32 on AIX and on darwin/arm64 and on windows/arm64, so dummy is too far.
+//go:build !aix && (!darwin || !arm64) && (!windows || !arm64)
+
 package main
 
 import "unsafe"