Fix comparison which always returned false
commitd2c5efd89fe319f150aba0b67e394f23f6c07ba6
authorStefan Weil <weil@mail.berlios.de>
Tue, 15 Jun 2010 21:03:28 +0000 (15 23:03 +0200)
committermalc <av1474@comtv.ru>
Tue, 15 Jun 2010 21:43:38 +0000 (16 01:43 +0400)
tree8978e24511aaca14272929cd791d49c772f22123
parent167e609af42c6bfc430c1c1b3f00d8c57276c7e6
Fix comparison which always returned false

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>
hw/hpet.c