doc/go1.16: add missed heading tag in vet section

This commit is contained in:
KimMachineGun 2021-02-05 10:34:18 +09:00
parent 8869086d8f
commit d218f8d4b7
1 changed files with 2 additions and 0 deletions

View File

@ -364,6 +364,8 @@ func TestFoo(t *testing.T) {
} }
</pre> </pre>
<h4 id="vet-frame-pointer">New warning for frame pointer</h4>
<p><!-- CL 248686, CL 276372 --> <p><!-- CL 248686, CL 276372 -->
The vet tool now warns about amd64 assembly that clobbers the BP The vet tool now warns about amd64 assembly that clobbers the BP
register (the frame pointer) without saving and restoring it, register (the frame pointer) without saving and restoring it,