qemu-e2k/target-openrisc
Andreas Färber a1ebd6ce33 target-openrisc: Use type_register() instead of type_register_static()
According to its documentation, type_register_static()'s TypeInfo
argument should exist for the life type of the type.
Therefore use type_register() when registering the list of CPU subtypes.

No functional change with the current implementation.

Cf. 918fd0839e for arm.

Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-01-28 16:57:56 +01:00
..
cpu.c target-openrisc: Use type_register() instead of type_register_static() 2013-01-28 16:57:56 +01:00
cpu.h
exception_helper.c
exception.c
exception.h
fpu_helper.c
helper.h
int_helper.c
interrupt_helper.c
interrupt.c
machine.c
Makefile.objs
mmu_helper.c
mmu.c
sys_helper.c
translate.c