b551ec04ca45d1925417dd2ec7c1b7f115c84f1d fixed
the compilation for 32 bit hosts, but introduced
a new error for 64 bit hosts:
tcg_temp_new_ptr needs a matching tcg_temp_free_ptr.
Signed-off-by: Stefan Weil
---
target-sparc/translate.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
On 2/20/10, Jay Foad wrote:
> > Yes, except for the Signed-off-by: line.
>
>
> Do I need to resend it for that? And if so, does that make it PATCH v2
> (even though the patch hasn't changed)?
>
> Or can I just put the fixed Signed-off-by: line in a reply?
I'd suppose you'd also want to trim the
> Yes, except for the Signed-off-by: line.
Do I need to resend it for that? And if so, does that make it PATCH v2
(even though the patch hasn't changed)?
Or can I just put the fixed Signed-off-by: line in a reply?
Thanks,
Jay.
On 2/19/10, Jay Foad wrote:
> On Linux/x86, configuring with --enable-debug, I get:
>
> CCsparc64-linux-user/translate.o
> /home/foad/git/qemu/target-sparc/translate.c: In function
> ‘gen_load_trap_state_at_tl’:
> /home/foad/git/qemu/target-sparc/translate.c:1684: error: incompatible
> t
On Linux/x86, configuring with --enable-debug, I get:
CC sparc64-linux-user/translate.o
/home/foad/git/qemu/target-sparc/translate.c: In function
‘gen_load_trap_state_at_tl’:
/home/foad/git/qemu/target-sparc/translate.c:1684: error: incompatible
type for argument 3 of ‘tcg_gen_add_i32’
/home/f