From: Ian Lance Taylor Date: Sat, 30 Nov 2013 18:08:42 +0000 (+0000) Subject: reflect: Rename struct field to be consistent in assembler and Go. X-Git-Tag: releases/gcc-4.9.0~2349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df5d92ce0e8af351586b6368424a86214875a524;p=thirdparty%2Fgcc.git reflect: Rename struct field to be consistent in assembler and Go. From-SVN: r205555 --- diff --git a/libgo/go/reflect/makefunc_386.S b/libgo/go/reflect/makefunc_386.S index 20e542b062b6..3f10cba23b07 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. */