hw/mips/loongson3_virt: remove useless type cast
authorYao Xingtao <yaoxt.fnst@fujitsu.com>
Mon, 22 Jul 2024 09:17:27 +0000 (05:17 -0400)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 23 Jul 2024 18:30:36 +0000 (20:30 +0200)
commitc8f1a322d1f8c15f72cc57e469d2331a2d84da63
tree0226e3f16829ce5446de58f45668744bf6b1463f
parent53858a6a305248a567d441de12afc97d3dd9cc7d
hw/mips/loongson3_virt: remove useless type cast

The type of kernel_entry, kernel_low and kernel_high is uint64_t, cast
the pointer of this type to uint64_t* is useless.

Signed-off-by: Yao Xingtao <yaoxt.fnst@fujitsu.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240722091728.4334-2-yaoxt.fnst@fujitsu.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/mips/loongson3_virt.c