sysv.S (ffi_closure_raw_SYSV): Fix typo in previous checkin.
authorAndrew Haley <aph@redhat.com>
Tue, 7 Aug 2007 12:52:47 +0000 (12:52 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Tue, 7 Aug 2007 12:52:47 +0000 (12:52 +0000)
        * src/x86/sysv.S (ffi_closure_raw_SYSV): Fix typo in previous
        checkin.

From-SVN: r127271

libffi/ChangeLog
libffi/src/x86/sysv.S

index 285138449998e2ea2df2eca02715fea3374f6078..73b737fd81f9e519d6ab88cc911c23a877ab9208 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-07  Andrew Haley  <aph@redhat.com>
+
+       * src/x86/sysv.S (ffi_closure_raw_SYSV): Fix typo in previous
+       checkin.
+
 2007-08-06  Andrew Haley  <aph@redhat.com>
 
        PR testsuite/32843
index 2bd78486cba56e0a5cea61479af0758483a49ccc..f22c939c0a8943180500bfb9ddf8fc258ef3a0c6 100644 (file)
@@ -272,7 +272,7 @@ ffi_closure_raw_SYSV:
        cmpl    $FFI_TYPE_UINT64, %eax
        jge     0f
        cmpl    $FFI_TYPE_UINT8, %eax
-       jge     .Lcls_retint
+       jge     .Lrcls_retint
 0:
        cmpl    $FFI_TYPE_FLOAT, %eax
        je      .Lrcls_retfloat