Hello Kyle, May be out of context but before I forget:> > + > > + /* store %r22 to errno... */ > > + ldil L%errno,%r1 > > + ldo R%errno(%r1),%r1Could it not be 'load32 errno, %r1' (the assembly.h macro)? Cheers, Joel ---------- Club Scarlet : Tout le monde gagne! Si vous devenez aujourd'hui Scarlet One grace a un client existant de Scarlet, vous recevez tous les deux un cadeau d'une valeur de 50 euros! Surfez vite sur http://www.clubscarlet.be
On Wed, Jul 26, 2006 at 03:40:43PM +0200, Joel Soete wrote:> Could it not be 'load32 errno, %r1' (the assembly.h macro)? >It could indeed. I'm not sure whether it would be kosher or not to include that kernel header from klibc though. It would be a nice clean up though, I agree. Cheers, Kyle