mirror of https://github.com/golang/go.git
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>
|
</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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue