(len % 1) != 0

Bin Chen binary.chen@gmail.com
Sun Feb 17 05:57:00 GMT 2008


Hello,

In gdb/gdbserver/server.c,

there is a line:

if ((len % 1) != 0 || unhexify (mon, own_buf + 6, len / 2) != len / 2)

I am curious that (len % 1) != 0 is always false, why put here?

Thanks.
Bin



More information about the Gdb mailing list