2001-05-25 Michael Snyder <msnyder@redhat.com>
* remote.c (remote_write_bytes): Update 'p' packet pointer.
This commit is contained in:
parent
4b1fedf105
commit
aa6c001779
@ -1,3 +1,7 @@
|
||||
2001-05-25 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* remote.c (remote_write_bytes): Update 'p' packet pointer.
|
||||
|
||||
2001-05-25 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
|
||||
|
@ -3632,6 +3632,7 @@ remote_write_bytes (CORE_ADDR memaddr, char *myaddr, int len)
|
||||
increasing byte addresses. Each byte is encoded as a two hex
|
||||
value. */
|
||||
nr_bytes = bin2hex (myaddr, p, todo);
|
||||
p += 2 * nr_bytes;
|
||||
break;
|
||||
case PACKET_SUPPORT_UNKNOWN:
|
||||
internal_error (__FILE__, __LINE__,
|
||||
|
Loading…
x
Reference in New Issue
Block a user