Re: [Qemu-devel] [PATCH] tci: Use uintptr_t for the GETPC() macro

2012-04-17 Thread Stefan Weil
Am 17.04.2012 19:02, schrieb Eric Blake: On 04/17/2012 10:49 AM, Stefan Weil wrote: Am 17.04.2012 18:40, schrieb Eric Blake: On 04/17/2012 10:36 AM, Stefan Weil wrote: This completes commit 2050396801ca0c8359364d61eaadece951006057 and fixes builds with TCI. Signed-off-by: Stefan Weil --- exec

Re: [Qemu-devel] [PATCH] tci: Use uintptr_t for the GETPC() macro

2012-04-17 Thread Eric Blake
On 04/17/2012 10:49 AM, Stefan Weil wrote: > Am 17.04.2012 18:40, schrieb Eric Blake: >> On 04/17/2012 10:36 AM, Stefan Weil wrote: >>> This completes commit 2050396801ca0c8359364d61eaadece951006057 >>> and fixes builds with TCI. >>> >>> Signed-off-by: Stefan Weil >>> --- >>> exec-all.h |2 +-

Re: [Qemu-devel] [PATCH] tci: Use uintptr_t for the GETPC() macro

2012-04-17 Thread Stefan Weil
Am 17.04.2012 18:40, schrieb Eric Blake: On 04/17/2012 10:36 AM, Stefan Weil wrote: This completes commit 2050396801ca0c8359364d61eaadece951006057 and fixes builds with TCI. Signed-off-by: Stefan Weil --- exec-all.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ex

Re: [Qemu-devel] [PATCH] tci: Use uintptr_t for the GETPC() macro

2012-04-17 Thread Eric Blake
On 04/17/2012 10:36 AM, Stefan Weil wrote: > This completes commit 2050396801ca0c8359364d61eaadece951006057 > and fixes builds with TCI. > > Signed-off-by: Stefan Weil > --- > exec-all.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/exec-all.h b/exec-all.h > ind

[Qemu-devel] [PATCH] tci: Use uintptr_t for the GETPC() macro

2012-04-17 Thread Stefan Weil
This completes commit 2050396801ca0c8359364d61eaadece951006057 and fixes builds with TCI. Signed-off-by: Stefan Weil --- exec-all.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exec-all.h b/exec-all.h index a963fd4..e766f9d 100644 --- a/exec-all.h +++ b/exec-all.h @@