OSDN Git Service

* src/x86/sysv.S (ffi_closure_raw_SYSV): Fix typo in previous
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Aug 2007 12:52:47 +0000 (12:52 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Aug 2007 12:52:47 +0000 (12:52 +0000)
        checkin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127271 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2851384..73b737f 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 2bd7848..f22c939 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