|
From: Paul M. <pa...@sa...> - 2005-11-09 09:05:54
|
Tom Hughes writes: > > +#define VKI_PTRACE_SETREGS 0x98 > > You're using a ppc64 ptrace command which isn't supported on ppc32. > > It looks like ppc32 doesn't support a SETREGS operation so you have > to set them one at a time I think. Yes, although ppc32 is likely to acquire a SETREGS in the near future as we merge the ppc32 and ppc64 kernel codebases. Paul. |