reflect: Rename struct field to be consistent in assembler and Go.
authorIan Lance Taylor <ian@gcc.gnu.org>
Sat, 30 Nov 2013 18:08:42 +0000 (18:08 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Sat, 30 Nov 2013 18:08:42 +0000 (18:08 +0000)
From-SVN: r205555

libgo/go/reflect/makefunc_386.S

index 20e542b062b6b2f4f394794b8b4db254943e8098..3f10cba23b07deb8b89cbb14888bb5108fa8c0f3 100644 (file)
@@ -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.  */