Kaydet (Commit) 16ea548f authored tarafından Martin v. Löwis's avatar Martin v. Löwis

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

üst 65605f7a
......@@ -194,6 +194,8 @@ Library
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 #8156: bsddb module updated to version 4.8.4.
......
......@@ -213,6 +213,10 @@ ffi_closure_v8:
be,a done1
ldd [%fp-8], %i0
cmp %o0, FFI_TYPE_UINT64
be,a done1
ldd [%fp-8], %i0
ld [%fp-8], %i0
done1:
jmp %i7+8
......
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