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:
parent
8869086d8f
commit
d218f8d4b7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user