]> Git Repo - qemu.git/commit - stubs/trace-control.c
trace: Avoid implicit bool->integer conversions
authorLluís Vilanova <[email protected]>
Tue, 23 Aug 2016 08:58:58 +0000 (10:58 +0200)
committerStefan Hajnoczi <[email protected]>
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 <[email protected]>
Message-id: 147194273830.26836.5875729707953474838[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
stubs/trace-control.c
trace/control-target.c
This page took 0.025268 seconds and 4 git commands to generate.