mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
This commit is contained in:
parent
65605f7a5f
commit
16ea548f69
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue