Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.

This commit is contained in:
Martin v. Löwis 2010-04-07 11:01:46 +00:00
parent 65605f7a5f
commit 16ea548f69
2 changed files with 6 additions and 0 deletions

View file

@ -194,6 +194,8 @@ Library
Extension Modules Extension Modules
----------------- -----------------
- Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
- Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
- Issue #8156: bsddb module updated to version 4.8.4. - Issue #8156: bsddb module updated to version 4.8.4.

View file

@ -213,6 +213,10 @@ ffi_closure_v8:
be,a done1 be,a done1
ldd [%fp-8], %i0 ldd [%fp-8], %i0
cmp %o0, FFI_TYPE_UINT64
be,a done1
ldd [%fp-8], %i0
ld [%fp-8], %i0 ld [%fp-8], %i0
done1: done1:
jmp %i7+8 jmp %i7+8