]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: check CF_PARALLEL instead of parallel_cpus
authorEmilio G. Cota <cota@braap.org>
Fri, 14 Jul 2017 22:30:49 +0000 (18:30 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Oct 2017 20:53:41 +0000 (13:53 -0700)
commitb5e3b4c2aca8eb5a9cfeedfb273af623f17c3731
tree0c972cbe3736f036e04967de4dab1fe82afdcf53
parentf9f46db444a2dfc2ebf1f9f7d4b42163ab33187d
target/i386: check CF_PARALLEL instead of parallel_cpus

Thereby decoupling the resulting translated code from the current state
of the system.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/translate.c