]> git.proxmox.com Git - mirror_qemu.git/commitdiff
include/exec/poison: Mark TARGET_FMT_lu as poisoned, too
authorThomas Huth <thuth@redhat.com>
Mon, 6 May 2019 04:05:42 +0000 (06:05 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 9 May 2019 07:37:09 +0000 (09:37 +0200)
We already poison TARGET_FMT_lx and TARGET_FMT_ld, but apparently
forgot to poison TARGET_FMT_lu, too. Do it now.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190508150608.3311-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/exec/poison.h

index 1a7a57baaed50a1b7cdcdc9415586bd12c893667..b862320fa658f306cde7685836a7524d5003419d 100644 (file)
@@ -44,6 +44,7 @@
 #pragma GCC poison TARGET_LONG_BITS
 #pragma GCC poison TARGET_FMT_lx
 #pragma GCC poison TARGET_FMT_ld
+#pragma GCC poison TARGET_FMT_lu
 
 #pragma GCC poison TARGET_PAGE_SIZE
 #pragma GCC poison TARGET_PAGE_MASK