tcg/tcg.h: Remove GCC check for tcg_debug_assert() macro
authorThomas Huth <thuth@redhat.com>
Mon, 3 Dec 2018 12:48:19 +0000 (13:48 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 12 Dec 2018 09:01:12 +0000 (10:01 +0100)
commit6fa2cef205a60b5c5c3b058f53852416b885c455
tree38a9df6c68d25c329b9b9e1fbb2c5c47740e5c02
parentd376e9de07e9541a040609d30b73403c33b6afe0
tcg/tcg.h: Remove GCC check for tcg_debug_assert() macro

Both GCC v4.8 and Clang v3.4 (our minimum versions) support
__builtin_unreachable(), so we can remove the version check here now.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tcg/tcg.h