]> git.proxmox.com Git - mirror_qemu.git/commit
cpus.c: add additional error_report when !TARGET_SUPPORT_MTTCG
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 28 Feb 2017 14:40:17 +0000 (14:40 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 9 Mar 2017 10:38:16 +0000 (10:38 +0000)
commitc34c762015fec023c3ea5cf3629cbac462a80973
tree9de0c13ba12ace0df02442d097e33ffc59d24a23
parent72c1701f62e8d44eb24a0583a958edc280105455
cpus.c: add additional error_report when !TARGET_SUPPORT_MTTCG

While we may fail the memory ordering check later that can be
confusing. So in cases where TARGET_SUPPORT_MTTCG has yet to be
defined we should say so specifically.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
cpus.c