sysv.S (ffi_closure_raw_SYSV): Fix typo in previous checkin.

* src/x86/sysv.S (ffi_closure_raw_SYSV): Fix typo in previous
        checkin.

From-SVN: r127271
This commit is contained in:
Andrew Haley 2007-08-07 12:52:47 +00:00 committed by Andrew Haley
parent e0892570a8
commit 536e0a8f31
2 changed files with 6 additions and 1 deletions

View 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

View 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