Re: [Qemu-devel] [PATCH v2] target-sparc: fix --enable-debug build

2010-02-20 Thread Blue Swirl
Thanks, applied. On 2/20/10, Jay Foad wrote: > Use 32-bit arithmetic for the address offset calculation to fix a > build failure on 32-bit hosts. > > Signed-off-by: Jay Foad > --- > target-sparc/translate.c | 22 +++--- > 1 files changed, 11 insertions(+), 11 deletions(-)

[Qemu-devel] [PATCH v2] target-sparc: fix --enable-debug build

2010-02-20 Thread Jay Foad
Use 32-bit arithmetic for the address offset calculation to fix a build failure on 32-bit hosts. Signed-off-by: Jay Foad --- target-sparc/translate.c | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/target-sparc/translate.c b/target-sparc/translate.