[PATCH v3 10/14] sim/erc32: Add support for LEON3 processor emulation.

Mike Frysinger vapier@gentoo.org
Thu Mar 5 18:20:00 GMT 2015


On 05 Mar 2015 09:49, Joel Brobecker wrote:
> > > +    return(memory_read(addr, data, sz, ws));
> > 
> > return isn't a func, so it shouldn't be written like one:
> > 	return memory_read(...);
> 
> Small formatting nit: space before the '(' in function calls...

i was letting that one go here because the current code ignores that in most 
places.  but yeah, that would also be nice to fix.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20150305/eeb43b46/attachment.sig>


More information about the Gdb-patches mailing list