aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/proc.go')
-rw-r--r--src/runtime/proc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/proc.go b/src/runtime/proc.go
index 26cf7c7335..30033712aa 100644
--- a/src/runtime/proc.go
+++ b/src/runtime/proc.go
@@ -1224,7 +1224,7 @@ func mStackIsSystemAllocated() bool {
return true
case "openbsd":
switch GOARCH {
- case "amd64":
+ case "amd64", "arm64":
return true
}
}