aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimMachineGun <geon0250@gmail.com>2021-02-05 05:47:46 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2021-02-05 23:13:11 +0000
commit724d0720b3e110f64598bf789cbe2a6a1b3b0fd8 (patch)
treeee9898ce396fabe436cabec1a4accbc2ff6bac17
parentb54cd94d478c95e79e5eea1d77e73d7b2b769f09 (diff)
downloadgo-724d0720b3e110f64598bf789cbe2a6a1b3b0fd8.tar.gz
go-724d0720b3e110f64598bf789cbe2a6a1b3b0fd8.zip
doc/go1.16: add missed heading tag in vet section
Add missed heading tag in CL 276373. For #40700 Change-Id: Ida9e8861589bbc296a5a1cecbf9fe33fa09ed0ca GitHub-Last-Rev: d218f8d4b70b20c30422863db7bed3683e3218e6 GitHub-Pull-Request: golang/go#44111 Reviewed-on: https://go-review.googlesource.com/c/go/+/289869 Reviewed-by: Tim King <taking@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Trust: Tim King <taking@google.com> Trust: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/go1.16.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/go1.16.html b/doc/go1.16.html
index 8d31f63fa2a..878bf0d0293 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -364,6 +364,8 @@ func TestFoo(t *testing.T) {
}
</pre>
+<h4 id="vet-frame-pointer">New warning for frame pointer</h4>
+
<p><!-- CL 248686, CL 276372 -->
The vet tool now warns about amd64 assembly that clobbers the BP
register (the frame pointer) without saving and restoring it,