aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2013-11-30 18:08:42 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-11-30 18:08:42 +0000
commitdf5d92ce0e8af351586b6368424a86214875a524 (patch)
tree69225516a2886674555ccb96528a69314c53b6ca /libgo/go
parent9c6230e90ee2ca50f5807aa7d90fc4a832667a9f (diff)
downloadgcc-df5d92ce0e8af351586b6368424a86214875a524.zip
gcc-df5d92ce0e8af351586b6368424a86214875a524.tar.gz
gcc-df5d92ce0e8af351586b6368424a86214875a524.tar.bz2
reflect: Rename struct field to be consistent in assembler and Go.
From-SVN: r205555
Diffstat (limited to 'libgo/go')
-rw-r--r--libgo/go/reflect/makefunc_386.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/reflect/makefunc_386.S b/libgo/go/reflect/makefunc_386.S
index 20e542b..3f10cba 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. */