This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] rl78: Rearrange order in which registers are displayed
On Tue, 14 Feb 2012 18:53:23 +0000
Pedro Alves <palves@redhat.com> wrote:
> FWIW, looks fine to me.
Thanks for looking it over.
> > +/* Implement the `register_sim_regno' gdbarch method. */
> > +
> > +static int
> > +rl78_register_sim_regno(struct gdbarch *gdbarch, int regnum)
>
> Missing space before parens.
Thanks for spotting this. I've added the space in my commit.
Committed.
Kevin