From 536e0a8f3196e986875b8d85ccb95417e903a39c Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Tue, 7 Aug 2007 12:52:47 +0000 Subject: [PATCH] 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 --- libffi/ChangeLog | 5 +++++ libffi/src/x86/sysv.S | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 28513844999..73b737fd81f 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2007-08-07 Andrew Haley + + * src/x86/sysv.S (ffi_closure_raw_SYSV): Fix typo in previous + checkin. + 2007-08-06 Andrew Haley PR testsuite/32843 diff --git a/libffi/src/x86/sysv.S b/libffi/src/x86/sysv.S index 2bd78486cba..f22c939c0a8 100644 --- a/libffi/src/x86/sysv.S +++ b/libffi/src/x86/sysv.S @@ -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 -- 2.30.2