From: Laurent Vivier <lvivier@redhat.com>
To: Max Filippov <jcmvbkbc@gmail.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] target/xtensa: gdbstub: drop dead return statement
Date: Thu, 8 Jun 2017 13:48:54 +0200 [thread overview]
Message-ID: <3194496c-7365-b402-dbc9-ee3f1aee1265@redhat.com> (raw)
In-Reply-To: <1496864204-5954-1-git-send-email-jcmvbkbc@gmail.com>
On 07/06/2017 21:36, Max Filippov wrote:
> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
> ---
> target/xtensa/gdbstub.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/target/xtensa/gdbstub.c b/target/xtensa/gdbstub.c
> index da131ae..d78a1b4 100644
> --- a/target/xtensa/gdbstub.c
> +++ b/target/xtensa/gdbstub.c
> @@ -72,7 +72,6 @@ int xtensa_cpu_gdb_read_register(CPUState *cs, uint8_t *mem_buf, int n)
> __func__, n, reg->type);
> memset(mem_buf, 0, reg->size);
> return reg->size;
> - return 0;
> }
> }
>
>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
prev parent reply other threads:[~2017-06-08 11:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-07 19:36 [Qemu-devel] [PATCH] target/xtensa: gdbstub: drop dead return statement Max Filippov
2017-06-08 11:48 ` Laurent Vivier [this message]
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=3194496c-7365-b402-dbc9-ee3f1aee1265@redhat.com \
--to=lvivier@redhat.com \
--cc=jcmvbkbc@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).