On Sat, 11 Feb 2006, Paul Brook wrote:

Maybe a better strategy is to force generation of a register window save with
the FORCE_RET macro.

#define FORCE_RET() asm volatile("":::"o0");

Seems to do the trick.

Paul

Hi Paul,

This change does not have any effect on build failure in ppc target. This is not surprising, because AFAICT the FORCE_RET macro is only used in arm, i386 and sparc targets. Any other ideas?

Best regards,

Jurij Smakov                                        [EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/                   KeyID: C99E03CC


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to