From: malc <av1474@comtv.ru>
To: Stefan Weil <sw@weilnetz.de>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 4/6] tcg: Add interpreter for bytecode
Date: Fri, 21 Oct 2011 01:36:23 +0400 (MSD) [thread overview]
Message-ID: <alpine.LNX.2.00.1110210133160.5076@linmac> (raw)
In-Reply-To: <1319145085-10561-5-git-send-email-sw@weilnetz.de>
On Thu, 20 Oct 2011, Stefan Weil wrote:
[..snip..]
> +/* Trace message to see program flow. */
> +#if defined(CONFIG_DEBUG_TCG_INTERPRETER)
> +#define TRACE() \
> + loglevel \
> + ? fprintf(stderr, "TCG %s:%u: %s()\n", __FILE__, __LINE__, __func__) \
> + : (void)0
This is wrong, fprintf's return value is int and not void. Similar issue
was present today on comp.std.c
http://groups.google.com/group/comp.std.c/browse_thread/thread/4e01fece59a80572#
[..snip..]
--
mailto:av1474@comtv.ru
next prev parent reply other threads:[~2011-10-20 21:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-20 21:11 [Qemu-devel] [PATCH v2 0/6] tcg/interpreter: Add TCG + interpreter for bytecode Stefan Weil
2011-10-20 21:11 ` [Qemu-devel] [PATCH v2 1/6] tcg: TCG targets may define tcg_qemu_tb_exec Stefan Weil
2011-10-20 21:11 ` [Qemu-devel] [PATCH v2 2/6] tcg: Make ARRAY_SIZE(tcg_op_defs) globally available Stefan Weil
2011-10-20 21:11 ` [Qemu-devel] [PATCH v2 3/6] tcg: Add bytecode generator for tcg interpreter Stefan Weil
2011-10-20 21:11 ` [Qemu-devel] [PATCH v2 4/6] tcg: Add interpreter for bytecode Stefan Weil
2011-10-20 21:36 ` malc [this message]
2011-10-21 6:03 ` Stefan Weil
2011-10-20 21:11 ` [Qemu-devel] [PATCH v2 5/6] tcg: Add tci disassembler Stefan Weil
2011-10-20 21:11 ` [Qemu-devel] [PATCH v2 6/6] tcg: Add tcg interpreter to configure / make Stefan Weil
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=alpine.LNX.2.00.1110210133160.5076@linmac \
--to=av1474@comtv.ru \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/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).