m68k: Use cpu_m68k_init()
commiteeff620f820f9f0a4f400dec1437bc251402051a
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 26 Feb 2015 20:37:47 +0000 (26 17:37 -0300)
committerAndreas Färber <afaerber@suse.de>
Tue, 10 Mar 2015 16:07:28 +0000 (10 17:07 +0100)
tree3524c9650e02f386f8f9f13d90c6d0539328501b
parent41979669ab756791cebc1a20c6a6ee1cb7c71caa
m68k: Use cpu_m68k_init()

Instead of using the legacy cpu_init() function, use cpu_m68k_init()
directly to create a M68kCPU object.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/m68k/dummy_m68k.c