+4
−2
Loading
Comparing an 8 bit value with ~0 does not work as expected. Replace ~0 by UINT8_MAX in comparison and also in assignment (and fix coding style, too). Cc: Gleb Natapov <gleb@redhat.com> Cc: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by:Stefan Weil <weil@mail.berlios.de> Signed-off-by:
malc <av1474@comtv.ru>