]> git.proxmox.com Git - qemu.git/commit
target-sparc: fix --enable-debug build
authorJay Foad <jay.foad@gmail.com>
Sat, 20 Feb 2010 10:45:23 +0000 (10:45 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Feb 2010 11:09:57 +0000 (13:09 +0200)
commitb551ec04ca45d1925417dd2ec7c1b7f115c84f1d
tree71bde98ac46d1e3493502983fc70accefa5a7f77
parent2c92d62ebb9f9fea2aa3044d80ac6f10b657c9ef
target-sparc: fix --enable-debug build

Use 32-bit arithmetic for the address offset calculation to fix a
build failure on 32-bit hosts.

Signed-off-by: Jay Foad <jay.foad@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/translate.c