unicorn/qemu/target
Lioncash fa8f566635
target/mips/cpu: Use type_register instead of type_register_static() in mips_cpu_register_types()
The lifetime of the TypeInfo instance doesn't live indefinitely, so we
should be using the regular type_register().
2018-09-03 17:36:23 -04:00
..
arm target/arm/cpu: Use type_register instead of type_register_static() in arm_cpu_register_types() 2018-09-03 17:34:08 -04:00
i386 target/i386/cpu: Use type_register instead of type_register_static in x86_cpu_register_types() 2018-09-03 17:28:54 -04:00
m68k target/m68k: Fix initialization of m68k targets 2018-09-03 17:04:42 -04:00
mips target/mips/cpu: Use type_register instead of type_register_static() in mips_cpu_register_types() 2018-09-03 17:36:23 -04:00
sparc target/sparc: Fix SPARC target initialization 2018-09-03 17:26:00 -04:00