1
0
mirror of https://github.com/golang/go synced 2024-11-22 14:44:50 -07:00

add comma

This commit is contained in:
Pure White 2019-08-11 13:36:42 +08:00
parent 498a2996fc
commit a7208c89a0
No known key found for this signature in database
GPG Key ID: 8A1F9E8221D91E17

View File

@ -603,7 +603,7 @@ Within the runtime, the <code>get_tls</code> macro loads its argument register
with a pointer to the <code>g</code> pointer, and the <code>g</code> struct
contains the <code>m</code> pointer.
There's another special header containing the offsets for each
element of <code>g</code> called <code>go_asm.h</code>.
element of <code>g</code>, called <code>go_asm.h</code>.
The sequence to load <code>g</code> and <code>m</code> using <code>CX</code> looks like this:
</p>