This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 15/22] sim/erc32: Access memory subsystem through struct memsys.


On 19 Feb 2015 23:31, Jiri Gaisler wrote:
> +struct memsys erc32sys = {

const ?

> +int
> +sim_stop(SIM_DESC sd)

space before the (

> +struct memsys {
> +    void	(*init_sim) ();

should be (void)
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]