Re: [Qemu-devel] Patch: Fix rip-relative addressing for SSE compare

2006-06-14 Thread Fabrice Bellard
Robin Green wrote: This patch corrects a bug with rip-relative addressing for some SSE compare instructions on x86_64. This makes GNU wget work on x86_64. I made a more complete fix. Tell me if it works on your examples. Fabrice. ___ Qemu-devel mai

[Qemu-devel] Patch: Fix rip-relative addressing for SSE compare

2006-06-03 Thread Robin Green
This patch corrects a bug with rip-relative addressing for some SSE compare instructions on x86_64. This makes GNU wget work on x86_64. -- Robin Index: target-i386/translate.c === RCS file: /sources/qemu/qemu/target-i386/translate.c,