This is the mail archive of the gdb-patches@sources.redhat.com 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: [mips sim]: Fix check for negative dmult operands


At Sun, 15 Jun 2003 17:04:28 +0000 (UTC), "Andrew Cagney" wrote:
> Yes, just add a comment reminding the reader that op1 is already 64 bits.

op1 and op2 and defined approximately 10 lines above as:

  unsigned64 op1 = GPR[rs];
  unsigned64 op2 = GPR[rt];

so IMO their 64-bitness is fairly clear already.


cgd


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