Simplify HOST_LONG_BITS
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 24 Feb 2022 14:48:11 +0000 (18:48 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 22 Mar 2022 10:40:51 +0000 (14:40 +0400)
commit77a19c6aa405e0d734faf60d77a5d293fa4716ca
treeb4ce817725fae7acf9ed6402a9c74545bb538ef8
parent887ce500ef0046d35e613e40f7beb647a797b3e7
Simplify HOST_LONG_BITS

Simplify the macro, not depending on headers defines, but compiler
predefined __SIZEOF__POINTER__ only.

Available since gcc 4.3 and clang 2.8.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
include/qemu/osdep.h