unicorn/qemu/target
Lioncash e81fa596bc
target/arm/cpu: Use type_register instead of type_register_static() in arm_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:34:08 -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: Add definition of nanoMIPS I7200 CPU 2018-08-27 15:08:12 -04:00
sparc target/sparc: Fix SPARC target initialization 2018-09-03 17:26:00 -04:00