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
---
hw/mips_fulong2e.c |2 +-
hw/ppc405_boards.c | 23 +--
Because of the use of unsigned types, possible errors during
BIOS or kernel load were ignored.
Fix by using a signed type.
This also fixes some warnings with GCC flag -Wtype-limits.
Signed-off-by: Blue Swirl
---
hw/mips_fulong2e.c |2 +-
hw/ppc405_boards.c | 23 +--
h