]> git.proxmox.com Git - mirror_qemu.git/commit
trace: Avoid implicit bool->integer conversions
authorLluís Vilanova <vilanova@ac.upc.edu>
Tue, 23 Aug 2016 08:58:58 +0000 (10:58 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 5 Sep 2016 17:47:02 +0000 (13:47 -0400)
commit8eb1b9db559e243043aaeac3a0aa97e1f4a403c4
tree2c1c91cd7439424b54369082720ac4b54eb95723
parenta4d50b1d2a6c07a13fb8401a0c3b471f25b44b2a
trace: Avoid implicit bool->integer conversions

An explicit if/else is clearer than arithmetic assuming #true is 1,
while the compiler should be able to generate just as optimal code.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Message-id: 147194273830.26836.5875729707953474838.stgit@fimbulvetr.bsc.es
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
stubs/trace-control.c
trace/control-target.c