]> git.proxmox.com Git - mirror_qemu.git/commit
disas/microblaze.c: Don't define TRUE or FALSE
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:05:30 +0000 (18:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Jan 2016 11:13:13 +0000 (11:13 +0000)
commit94616c2a32c47e92a65e7f430b8dd643943deb28
treeba1915c9bcf2c78197c7795bccb86fe3feb74c04
parent39c36a0573d9307d68c0c3336b48e6351ffabc06
disas/microblaze.c: Don't define TRUE or FALSE

Don't define TRUE and FALSE locally or manually include stdio.h;
instead use osdep.h which provides them.

This is a necessary prerequisite for moving to "everywhere includes
osdep.h", because otherwise there is a compile error due to the
redefinition of TRUE and FALSE.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1453831531-667-2-git-send-email-peter.maydell@linaro.org
disas/microblaze.c