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] Fix ARM machine state testcase failures


Luis Machado <lgustavo@codesourcery.com> writes:

> +      /* Handle bit P.  */
> +      if (bit (arm_insn_r->arm_insn, 24))
> +	{
> +	  record_buf_mem[1] = tgt_mem_addr;
> +	}
> +      else
> +	{
> +	   record_buf_mem[1] = (uint32_t) u_regval;
> +	}

These braces are not necessary.

-- 
Yao (éå)


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