aboutsummaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2007-08-07 12:52:47 +0000
committerAndrew Haley <aph@gcc.gnu.org>2007-08-07 12:52:47 +0000
commit536e0a8f3196e986875b8d85ccb95417e903a39c (patch)
treef4927da699443bffd709859ef15fadd9bc00ad51 /libffi
parente0892570a834b3230ad3d85fe37e7ea5398cab6e (diff)
downloadgcc-536e0a8f3196e986875b8d85ccb95417e903a39c.zip
gcc-536e0a8f3196e986875b8d85ccb95417e903a39c.tar.gz
gcc-536e0a8f3196e986875b8d85ccb95417e903a39c.tar.bz2
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
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ChangeLog5
-rw-r--r--libffi/src/x86/sysv.S2
2 files changed, 6 insertions, 1 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 2851384..73b737f 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -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
diff --git a/libffi/src/x86/sysv.S b/libffi/src/x86/sysv.S
index 2bd7848..f22c939 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