Check for errors during BIOS or kernel load
commit093209cd681fe9fb65bd8a1c2ff711b8168bbfcd
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 05:53:14 +0000 (18 05:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 05:53:14 +0000 (18 05:53 +0000)
tree1c5c53a93df58254c9b70f9ec910252f3414e75b
parentdbf3c4b4baceb91eb64d09f787cbe92d65188813
Check for errors during BIOS or kernel load

Because of the use of unsigned types, possible errors during
BIOS or kernel load were ignored.

Fix by using a signed type.

This also avoids some warnings with GCC flag -Wtype-limits.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/mips_fulong2e.c
hw/ppc405_boards.c
hw/ppc_newworld.c
hw/ppc_prep.c