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 3/2] Add some more casts (2/2)


Simon Marchi <simon.marchi@ericsson.com> writes:

> -  const struct ppc_reg_offsets *offsets = regset->regmap;
> +  const struct ppc_reg_offsets *offsets =
> +    (const struct ppc_reg_offsets *) regset->regmap;

The same nit I pointed out in patch 2/2, here and elsewhere.

Patch is OK otherwise.

-- 
Yao (éå)


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