commit | c4162574c46307511f0fbd142164a45db98e2a23 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Fri Apr 23 19:22:22 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Fri Apr 23 19:22:22 2010 +0000 |
tree | 67675333bcf9cf0476ff684fafeb4f701dc4a5cf | |
parent | 67774a0444d42311c89898dd22240b5794a7f403 [diff] |
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>