Revision 918fd083 target-arm/cpu.c

b/target-arm/cpu.c
778 778
        .class_size = sizeof(ARMCPUClass),
779 779
    };
780 780

  
781
    type_register_static(&type_info);
781
    type_register(&type_info);
782 782
}
783 783

  
784 784
static const TypeInfo arm_cpu_type_info = {

Also available in: Unified diff