On Saturday 11 February 2006 05:17, Jurij Smakov wrote:
> 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.
>
> 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?

Fix PPC so it uses FORCE_RET. PPC currently uses it's own RETURN() macro.
I see no good reason for it being different.

Paul


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

Reply via email to