hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
commitce49581feb1006be21707713d86c05bb189e3f66
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 4 Jan 2021 10:50:15 +0000 (4 11:50 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree10ccbb670d9c5e70b2be5560cb8eca9c2b4ace8b
parentb0586b38cb51dccb25a1957796e34ecd99c8fbf7
hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()

Directly check if the CPU supports 64-bit with the recently
added cpu_type_is_64bit() helper (inlined).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210104221154.3127610-6-f4bug@amsat.org>
hw/mips/boston.c