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:
parent
e0892570a8
commit
536e0a8f31
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user