From: Andrew Cagney <ac131313@cygnus.com>
To: Michael Snyder <msnyder@cygnus.com>
Cc: gdb-patches@sources.redhat.com, cagney@cygnus.com
Subject: Re: [PATCH]: Set nr_bytes in remote_write_bytes
Date: Mon, 14 May 2001 13:22:00 -0000 [thread overview]
Message-ID: <3B003E94.5020306@cygnus.com> (raw)
In-Reply-To: <3B002606.5B737A04@cygnus.com>
2001-05-14 Michael Snyder <msnyder@redhat.com>
* remote.c (remote_write_bytes): Set nr_bytes to return value of
bin2hex.
as far as I can tell the code:
> ! bin2hex (myaddr, p, todo);
> ! nr_bytes = todo;
> break;
is identical to:
> ! nr_bytes = bin2hex (myaddr, p, todo);
Although to be honest, I was having trouble figuring out what bin2hex()
returned.
Andrew
next prev parent reply other threads:[~2001-05-14 13:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-14 11:38 Michael Snyder
2001-05-14 13:22 ` Andrew Cagney [this message]
2001-05-14 14:29 ` Michael Snyder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B003E94.5020306@cygnus.com \
--to=ac131313@cygnus.com \
--cc=cagney@cygnus.com \
--cc=gdb-patches@sources.redhat.com \
--cc=msnyder@cygnus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox