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] arm-tdep.c: Change type of insn parameters


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

>  /* Copy 16-bit Thumb(Thumb and 16-bit Thumb-2) instruction without any
>     modification.  */
>  static int
> -thumb_copy_unmodified_16bit (struct gdbarch *gdbarch, unsigned int insn,
> +thumb_copy_unmodified_16bit (struct gdbarch *gdbarch, uint32_t insn,
>  			     const char *iname,
>  			     struct displaced_step_closure *dsc)

The instruction here is 16-bit, so we should use "uint16_t".

OK with the change.

-- 
Yao (éå)


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