]> git.proxmox.com Git - qemu.git/blobdiff - target-m68k/cpu.c
target-m68k: Use type_register() instead of type_register_static()
[qemu.git] / target-m68k / cpu.c
index e6df1eef58a0eddcad7bb9b178ef502d908ee5da..5c7803181dff9c4283de0fe177926db9f60369cc 100644 (file)
@@ -162,7 +162,7 @@ static void register_cpu_type(const M68kCPUInfo *info)
         .instance_init = info->instance_init,
     };
 
-    type_register_static(&type_info);
+    type_register(&type_info);
 }
 
 static const TypeInfo m68k_cpu_type_info = {