This commit is contained in:
Roland McGrath 2004-06-23 01:41:30 +00:00
parent a2dec92f02
commit 7a391df72c

View File

@ -2,6 +2,7 @@
* syscall.c (syscall_fixup) [LINUX && X86_64]: For 32-bit process,
sign extend the low 32 bits of RAX to 64 bits.
Fixes RH#126547.
* syscall.c (force_result): [LINUX && X86_64]: Fix RAX*4 -> RAX*8.