diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-30 18:08:42 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-30 18:08:42 +0000 |
commit | c23975b48110706c1f712af45a40e0541856cc54 (patch) | |
tree | 69225516a2886674555ccb96528a69314c53b6ca | |
parent | c7d9ac49a87e16d3a76a3a7224fba9a00c84a344 (diff) | |
download | gcc-c23975b48110706c1f712af45a40e0541856cc54.tar.gz |
reflect: Rename struct field to be consistent in assembler and Go.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205555 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libgo/go/reflect/makefunc_386.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/reflect/makefunc_386.S b/libgo/go/reflect/makefunc_386.S index 20e542b062b..3f10cba23b0 100644 --- a/libgo/go/reflect/makefunc_386.S +++ b/libgo/go/reflect/makefunc_386.S @@ -26,9 +26,9 @@ reflect.makeFuncStub: esp uint32 // 0x0 eax uint32 // 0x4 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 popped off the stack. */ |