Re: [Qemu-devel] [PATCH 2/2] ppc: Use uintptr_t for arguments of ppc_tb_set_jmp_target

2012-03-19 Thread malc
On Mon, 19 Mar 2012, Andreas F?rber wrote: > Am 19.03.2012 22:33, schrieb malc: > > On Mon, 19 Mar 2012, Stefan Weil wrote: > > > >> The previous commit changed function tb_set_jmp_target1 and is needed > >> for w64 hosts. > >> > >> This patch is not needed for w64, but it synchronizes tb_set_jmp

Re: [Qemu-devel] [PATCH 2/2] ppc: Use uintptr_t for arguments of ppc_tb_set_jmp_target

2012-03-19 Thread Andreas Färber
Am 19.03.2012 22:33, schrieb malc: > On Mon, 19 Mar 2012, Stefan Weil wrote: > >> The previous commit changed function tb_set_jmp_target1 and is needed >> for w64 hosts. >> >> This patch is not needed for w64, but it synchronizes tb_set_jmp_target1 >> and ppc_tb_set_jmp_target so that both functio

Re: [Qemu-devel] [PATCH 2/2] ppc: Use uintptr_t for arguments of ppc_tb_set_jmp_target

2012-03-19 Thread malc
On Mon, 19 Mar 2012, Stefan Weil wrote: > The previous commit changed function tb_set_jmp_target1 and is needed > for w64 hosts. > > This patch is not needed for w64, but it synchronizes tb_set_jmp_target1 > and ppc_tb_set_jmp_target so that both functions have the same signature. > > Cc: malc

[Qemu-devel] [PATCH 2/2] ppc: Use uintptr_t for arguments of ppc_tb_set_jmp_target

2012-03-19 Thread Stefan Weil
The previous commit changed function tb_set_jmp_target1 and is needed for w64 hosts. This patch is not needed for w64, but it synchronizes tb_set_jmp_target1 and ppc_tb_set_jmp_target so that both functions have the same signature. Cc: malc Signed-off-by: Stefan Weil --- exec-all.h