1
0
mirror of https://github.com/golang/go synced 2024-11-12 00:30:22 -07:00

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

View File

@ -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,