« Previous | Next » 

Revision c4162574

IDc4162574c46307511f0fbd142164a45db98e2a23

Added by Blue Swirl about 14 years ago

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 <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences