Re: [Qemu-devel] [PATCH] trace/simple: Fix compiler warning for 32 bit hosts

2012-08-14 Thread Stefan Hajnoczi
On Mon, Aug 13, 2012 at 09:50:56PM +0200, Stefan Weil wrote: > gcc complains when a 32 bit pointer is casted to a 64 bit integer. > > Cc: Stefan Hajnoczi > Signed-off-by: Stefan Weil > --- > scripts/tracetool/backend/simple.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thank

[Qemu-devel] [PATCH] trace/simple: Fix compiler warning for 32 bit hosts

2012-08-13 Thread Stefan Weil
gcc complains when a 32 bit pointer is casted to a 64 bit integer. Cc: Stefan Hajnoczi Signed-off-by: Stefan Weil --- scripts/tracetool/backend/simple.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/tracetool/backend/simple.py b/scripts/tracetool/backend/si