diff --git a/doc/go1.16.html b/doc/go1.16.html index 8d31f63fa2a12e..878bf0d0293954 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -364,6 +364,8 @@ <h4 id="vet-string-int">New warning for invalid testing.T use in } </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,