]> git.proxmox.com Git - qemu.git/commit - arm-dis.c
bdf: Remove last users of FALSE/TRUE
authorJuan Quintela <quintela@redhat.com>
Tue, 29 Sep 2009 23:10:56 +0000 (01:10 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:44 +0000 (09:32 -0500)
commit47cbc7aa5e942f7529b88568dc9bd1e71637ad3a
tree501ffdd781374c7e66f75707b69d578e1b777861
parenta316e3788df2781fda119e801e9b3d753f89b752
bdf: Remove last users of FALSE/TRUE

This brings bfd_boolean to the wonderful world of <stdbool.h>, it is needed
because it defines bdf_boolean as an enum with values true and false,
and some architectures use TRUE, FALSE and give problems when you try to use
<stdbool.h>

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
arm-dis.c
cris-dis.c
dis-asm.h
microblaze-dis.c