OSDN Git Service

q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macro
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 21 Jun 2023 08:53:37 +0000 (09:53 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 22 Jun 2023 07:22:15 +0000 (09:22 +0200)
commit101b4764c7312dff04db8bf277eda875f7c00fa3
treeb9538e1a634072963c4b4439028e6a1186a137c8
parent8e0932802f5fd6d8c5c12080d144f01b09863c3c
q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macro

The use of the DEFINE_TYPES() macro will soon be recommended over the use of
calling type_init() directly.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230621085353.113233-9-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/m68k/q800-glue.c