Dario Laverde wrote: > I'm getting: > > signal.c:77: error: 'struct sigcontext' has no member named 'r14' > > I don't know which signal.h it's using (apparently not i386 or arm or ppc for > that > matter).
Try (scp)->sc_r14 instead. Looking at http://svn.berlios.de/viewcvs/iphone-binutils/trunk/include/arm/signal.h?rev=134&view=markup it seems that the members of the sigcontext struct all have a sc_ prefix. cheers, dalibor topic _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
