]> git.proxmox.com Git - qemu.git/commit
m68k: fix if statement with empty body, spotted by clang
authorBlue Swirl <blauwirbel@gmail.com>
Fri, 23 Apr 2010 19:22:22 +0000 (19:22 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 23 Apr 2010 19:22:22 +0000 (19:22 +0000)
commitc4162574c46307511f0fbd142164a45db98e2a23
tree67675333bcf9cf0476ff684fafeb4f701dc4a5cf
parent67774a0444d42311c89898dd22240b5794a7f403
m68k: fix if statement with empty body, spotted by clang

Fix clang error:
  CC    m68k-softmmu/helper.o
/src/qemu/target-m68k/helper.c:773:33: error: if statement has empty body [-Wempty-body]
    else if (val & (1ull << 47));

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-m68k/helper.c