This is the mail archive of the gdb@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: (len % 1) != 0


or

(len & 1) != 0 <=> (len % 2) != 0


Daniel Jacobowitz wrote:
On Sun, Feb 17, 2008 at 10:41:36PM +0800, Bin Chen wrote:
Hi Daniel,

Is it a bug?

Yes. Fixed as below.




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