Am 20.10.2011 23:36, schrieb malc:
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
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
Signed-off-by: Stefan Weil
---
tci.c | 1225 +
1 files changed, 1225 insertions(+), 0 deletions(-)
create mode 100644 tci.c
diff --git a/tci.c b/tci.c
new file mode 100644
index 000..470d696
--- /dev/null
+++ b/tci.c
@@ -0,0 +1