mirror of https://github.com/golang/go.git
remove function alignment paragraph
This commit is contained in:
parent
13cdce4b98
commit
77144c76d3
|
|
@ -481,12 +481,6 @@ MOVD $2, R0
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
|
||||||
If a function has one or more PCALIGN directives,
|
|
||||||
its start address will be aligned to the same or coarser boundary, which is the maximum of all the
|
|
||||||
alignment values.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3 id="data-offsets">Interacting with Go types and constants</h3>
|
<h3 id="data-offsets">Interacting with Go types and constants</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue