aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8d31f63fa2..878bf0d029 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,