2001-05-25 Michael Snyder <msnyder@redhat.com>

* remote.c (remote_write_bytes): Update 'p' packet pointer.
This commit is contained in:
Michael Snyder 2001-05-25 17:46:33 +00:00
parent 4b1fedf105
commit aa6c001779
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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__,