hw/mips: Make bootloader addresses unsigned
commitdde989943b401aec3a063214278474d2f8c1a9de
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Tue, 15 Dec 2020 06:41:53 +0000 (15 14:41 +0800)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 4 Jan 2021 22:36:03 +0000 (4 23:36 +0100)
tree0441f1af1f07e9697853d9b3b15ea02b4b11f021
parentc7784e42c7cce358ba9b21231dffe376f670cd5f
hw/mips: Make bootloader addresses unsigned

Address should be unsigned anyway, otherwise it may carry
calculations wrongly.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201215064200.28751-2-jiaxun.yang@flygoat.com>
[PMD: Fixed typo and convert hw/mips/mipssim.c too]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/mips/fuloong2e.c
hw/mips/malta.c
hw/mips/mipssim.c