|
From: Tom H. <to...@co...> - 2005-11-05 14:54:33
|
In message <437...@lo...>
Tom Hughes <to...@co...> wrote:
> In message <200...@ja...>
> sv...@va... wrote:
>
> > #elif defined(VGP_ppc32_linux)
> > -# define GET_REAL_SP_AND_FP(sp, fp) \
> > +# define GET_REAL_PC_SP_AND_FP(pc, sp, fp) \
> > asm("mr %0,1;" \
> > "mr %1,1;" \
> > - : "=r" (sp),\
> > + : "=r" (pc),\
> > + "=r" (sp),\
> > "=r" (fp));
>
> This assembly needs tweaking to actually read pc on ppc32... I wasn't
> sure how to do that.
Ah I see, you did that as a separate commit.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|