No subject
Fri Feb 8 08:55:55 EST 2008
struct pt_regs {
unsigned long gpr[32];
unsigned long nip;
unsigned long msr;
unsigned long orig_gpr3; /* Used for restarting system calls
*/
unsigned long ctr;
unsigned long link;
unsigned long xer;
unsigned long ccr;
unsigned long mq; /* 601 only (not used at present) */
/* Used on APUS to hold IPL value.
*/
unsigned long trap; /* Reason for being here */
unsigned long dar; /* Fault registers */
unsigned long dsisr;
unsigned long result; /* Result of a system call */
};
I am at a loss on how to reconcile the code. Looking forward to the list's
input.
-Rico
> -----Original Message-----
> From: mono-devel-list-admin at lists.ximian.com
> [mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of
> Paolo Molaro
> Sent: Tuesday, May 04, 2004 10:59 AM
> To: mono-devel-list at lists.ximian.com
> Subject: Re: [Mono-devel-list] Compile error Mono 0.91 on
> PowerBook G4 YDL 3
>
> On 05/04/04 Mikkel Kruse Johnsen wrote:
> > I have a PB G4 running YDL 3 and garnome 2.5.91, ICU 2.6.2.
> >
> > The error is:
> [...]
> > exceptions-ppc.c: In function `mono_arch_handle_exception':
> > exceptions-ppc.c:1082: structure has no member named `uc_regs'
>
> You need to poke inside /usr/include/ucontext.h and see how
> the ucontext struct is defined there. It looks like on your
> system it's different from mine (Debian/PPC).
> Then, you either fix the function there to match, or you post
> the full details of the ucontext structure on your system so
> that I can fix it.
>
> lupus
>
> --
> -----------------------------------------------------------------
> lupus at debian.org debian/rules
> lupus at ximian.com Monkeys do it better
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
More information about the Mono-devel-list
mailing list