Commit 536e0a8f by Andrew Haley Committed by Andrew Haley

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
parent e0892570
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment