Re: [Qemu-devel] ppc "stfiwx" floating point missing implementation

2006-09-29 Thread Tom Marn
Tom Marn wrote: Here is my modified translate.c (still broken code) Re-sending previous malformed patch (I hope this one will be formated ok). --- target-ppc/translate.c.orig 2006-09-29 09:29:28.0 +0200 +++ target-ppc/translate.c 2006-09-29 09:39:17.0 +0200 @@ -1715,21 +171

[Qemu-devel] ppc "stfiwx" floating point missing implementation

2006-09-29 Thread Tom Marn
Hi I'm using QEMU to emulate PowerPC 603e for testing my cross compiled root filesystem on i686. When executing binary which is compiled (without -msoft-float) to use full floating point instruction set, kernel returns "Illegal instruction" at runtime. After core dump debugging my binary I fou