Skip to content

Commit 34cce7c

Browse files
ALTreersc
authored andcommitted
_content/doc/go1.17: fix sentence about ARM64 frame pointers
Updates golang/go#44513 Change-Id: Idb5c85e7a641e1a58dad46bcf1adc6c8f6fd13b7 Reviewed-on: https://go-review.googlesource.com/c/website/+/347849 Trust: Alberto Donizetti <[email protected]> Reviewed-by: Russ Cox <[email protected]>
1 parent 6f85544 commit 34cce7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_content/doc/go1.17.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ <h3 id="arm64">ARM64</h3>
115115

116116
<p><!-- CL 288814 -->
117117
Go programs now maintain stack frame pointers on the 64-bit ARM
118-
architecture on all operating systems. Previously it maintained
119-
stack frame pointers only on Linux, macOS, and iOS.
118+
architecture on all operating systems. Previously, stack frame
119+
pointers were only enabled on Linux, macOS, and iOS.
120120
</p>
121121

122122
<h3 id="loong64">loong64 GOARCH value reserved</h3>

0 commit comments

Comments
 (0)