qemu/compiler.h: Add qemu_build_not_reached
commit560e36d5a42e04aa2871c01da6d432592151f7e8
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 23 Sep 2019 18:24:12 +0000 (23 11:24 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Sep 2019 17:19:57 +0000 (25 10:19 -0700)
tree09df97ef9297281c8c3f4a37f57f6723b2b5fa2e
parentc6b716cdc0f993e43b19849df1f1698723132246
qemu/compiler.h: Add qemu_build_not_reached

Use this as a compile-time assert that a particular
code path is not reachable.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/qemu/compiler.h