[PATCH] deal with vector return value for ppc68

Mark Kettenis mark.kettenis@xs4all.nl
Thu Nov 3 01:31:00 GMT 2005


> Date: Wed, 2 Nov 2005 15:44:00 -0500
> From: Daniel Jacobowitz <drow@false.org>
>
> > +          if (readbuf)
> > +           {
> > +             regcache_cooked_read (regcache, tdep->ppc_vr0_regnum+2, readbuf);
> > +           }
> > +          if (writebuf)
> > +            {
> > +             regcache_cooked_write(regcache, tdep->ppc_vr0_regnum+2, writebuf);
> > +           }
> 
> Useless braces; spaces before parentheses.

And before and after the +.

Mark



More information about the Gdb-patches mailing list