Loading hw/char/escc.c +1 −0 Original line number Diff line number Diff line Loading @@ -1035,6 +1035,7 @@ static void escc_class_init(ObjectClass *klass, void *data) dc->reset = escc_reset; dc->vmsd = &vmstate_escc; dc->props = escc_properties; set_bit(DEVICE_CATEGORY_INPUT, dc->categories); } static const TypeInfo escc_info = { Loading Loading
hw/char/escc.c +1 −0 Original line number Diff line number Diff line Loading @@ -1035,6 +1035,7 @@ static void escc_class_init(ObjectClass *klass, void *data) dc->reset = escc_reset; dc->vmsd = &vmstate_escc; dc->props = escc_properties; set_bit(DEVICE_CATEGORY_INPUT, dc->categories); } static const TypeInfo escc_info = { Loading