mirror of git://gcc.gnu.org/git/gcc.git
reflect: Rename struct field to be consistent in assembler and Go.
From-SVN: r205555
This commit is contained in:
parent
9c6230e90e
commit
df5d92ce0e
|
|
@ -26,9 +26,9 @@ reflect.makeFuncStub:
|
||||||
esp uint32 // 0x0
|
esp uint32 // 0x0
|
||||||
eax uint32 // 0x4
|
eax uint32 // 0x4
|
||||||
st0 uint64 // 0x8
|
st0 uint64 // 0x8
|
||||||
rs int32 // 0x10
|
sr int32 // 0x10
|
||||||
}
|
}
|
||||||
The rs field is set by the function to a non-zero value if
|
The sr field is set by the function to a non-zero value if
|
||||||
the function takes a struct hidden pointer that must be
|
the function takes a struct hidden pointer that must be
|
||||||
popped off the stack. */
|
popped off the stack. */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue