]> Git Repo - qemu.git/commit
m68k: replace cpu_m68k_init() with cpu_generic_init()
authorIgor Mammedov <[email protected]>
Thu, 24 Aug 2017 16:31:34 +0000 (18:31 +0200)
committerEduardo Habkost <[email protected]>
Fri, 1 Sep 2017 14:54:24 +0000 (11:54 -0300)
commitf47cf4e31cac4e670e26226b549c379c982e223a
treee68ee0bc9a917dce78b6f6078d4f457c6b098e58
parent8fc24ad5dd081e5655ad0e87fbea2e0812235f5a
m68k: replace cpu_m68k_init() with cpu_generic_init()

call register_m68k_insns() at realize time which makes
cpu_m68k_init() typical object creation function.
As result we can replace it with cpu_generic_init()
which does the same job, reducing code duplication a bit.

Signed-off-by: Igor Mammedov <[email protected]>
Tested-by: Thomas Huth <[email protected]>
Acked-by: Laurent Vivier <[email protected]>
Message-Id: <1503592308[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
hw/m68k/an5206.c
hw/m68k/mcf5208.c
target/m68k/cpu.c
target/m68k/cpu.h
target/m68k/helper.c
This page took 0.024428 seconds and 4 git commands to generate.