]> Git Repo - qemu.git/commit - target-i386/translate.c
target-i386: Remove redundant HF_SOFTMMU_MASK
authorSergey Fedorov <[email protected]>
Fri, 15 Jul 2016 17:58:45 +0000 (20:58 +0300)
committerPaolo Bonzini <[email protected]>
Tue, 19 Jul 2016 06:34:53 +0000 (08:34 +0200)
commitda6d48e3348bbc266896cf8adf0c33f1eaf5b31f
treea675e7dce4b13ea07ebc9827ed00d6b9b8fbe83e
parente1123a3b40a1a9a625a29c8ed4debb7e206ea690
target-i386: Remove redundant HF_SOFTMMU_MASK

'HF_SOFTMMU_MASK' is only set when 'CONFIG_SOFTMMU' is defined. So
there's no need in this flag: test 'CONFIG_SOFTMMU' instead.

Suggested-by: Paolo Bonzini <[email protected]>
Signed-off-by: Sergey Fedorov <[email protected]>
Signed-off-by: Sergey Fedorov <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Message-Id: <20160715175852[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target-i386/cpu.c
target-i386/cpu.h
target-i386/translate.c
This page took 0.025412 seconds and 4 git commands to generate.