mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
remove target ifdefs from vl.c
(Glauber Costa) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4327 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
91834991f6
commit
8dd3dca351
11 changed files with 650 additions and 620 deletions
8
target-sh4/machine.c
Normal file
8
target-sh4/machine.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "hw/hw.h"
|
||||
#include "hw/boards.h"
|
||||
|
||||
void register_machines(void)
|
||||
{
|
||||
qemu_register_machine(&shix_machine);
|
||||
qemu_register_machine(&r2d_machine);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue