Index: src/gdb/gdbserver/remote-utils.c =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/remote-utils.c,v retrieving revision 1.50 diff -c -p -r1.50 remote-utils.c *** src/gdb/gdbserver/remote-utils.c 23 Aug 2007 18:08:48 -0000 1.50 --- src/gdb/gdbserver/remote-utils.c 6 Dec 2007 13:23:05 -0000 *************** readchar (void) *** 722,728 **** bufp = buf; bufcnt--; ! return *bufp++ & 0x7f; } /* Read a packet from the remote machine, with error checking, --- 722,728 ---- bufp = buf; bufcnt--; ! return *bufp++; } /* Read a packet from the remote machine, with error checking,