]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
tcg: Avoid setting tcg_initialize if !CONFIG_TCG
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 26 Oct 2017 13:58:14 +0000 (15:58 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Oct 2017 16:47:36 +0000 (17:47 +0100)
commit74d7fc7f6385158b8a5c524c61baaef1b66f3dac
treeb103a5e976e50881bdb0a73eb4a09d754e1506bb
parent325a084c1ebccb265a3c8f1dd092ffbbfb448a00
tcg: Avoid setting tcg_initialize if !CONFIG_TCG

Fix the build for --disable-tcg.

Fixes: 55c3ceef61fcf06fc98ddc752b7cce788ce7680b
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-id: 20171026135814.20773-1-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/i386/cpu.c
target/mips/cpu.c
target/ppc/translate_init.c
target/s390x/cpu.c