From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 2/3] Fix __VA__ARGS__ typo in cris mmu.c
Date: Wed, 19 May 2010 19:38:04 +0200 [thread overview]
Message-ID: <20100519173804.GA28063@laped.lan> (raw)
In-Reply-To: <56a1cadc86e4523f62f3d4a84cc3c26d8cf21527.1274281724.git.riccardo.magliocchetti@gmail.com>
On Wed, May 19, 2010 at 06:49:29PM +0200, Riccardo Magliocchetti wrote:
> Fix compilation with DEBUG defined
>
> Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Thanks, applied.
Cheers
> ---
> target-cris/mmu.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/target-cris/mmu.c b/target-cris/mmu.c
> index 2a5ded8..d09e921 100644
> --- a/target-cris/mmu.c
> +++ b/target-cris/mmu.c
> @@ -31,7 +31,7 @@
>
> #ifdef DEBUG
> #define D(x) x
> -#define D_LOG(...) qemu_log(__VA__ARGS__)
> +#define D_LOG(...) qemu_log(__VA_ARGS__)
> #else
> #define D(x)
> #define D_LOG(...) do { } while (0)
> --
> 1.7.1
>
next prev parent reply other threads:[~2010-05-19 17:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-19 16:49 [Qemu-devel] [PATCH 1/3] Fix typo in balloon help Riccardo Magliocchetti
2010-05-19 16:49 ` [Qemu-devel] [PATCH 2/3] Fix __VA__ARGS__ typo in cris mmu.c Riccardo Magliocchetti
2010-05-19 17:38 ` Edgar E. Iglesias [this message]
2010-05-19 16:49 ` [Qemu-devel] [PATCH 3/3] Fix hw/gt64xxx.c compilation with DEBUG defined Riccardo Magliocchetti
2010-05-28 20:58 ` Aurelien Jarno
2010-05-28 20:58 ` [Qemu-devel] [PATCH 1/3] Fix typo in balloon help Aurelien Jarno
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=20100519173804.GA28063@laped.lan \
--to=edgar.iglesias@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=riccardo.magliocchetti@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.