bitops: fix error on OpenBSD and mingw32
authorBlue Swirl <blauwirbel@gmail.com>
Fri, 25 Feb 2011 17:21:22 +0000 (17:21 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 25 Feb 2011 17:21:22 +0000 (17:21 +0000)
commit390b38b38144f8fb59bf05dc3c285df7a698bb65
treedbd2d2100629d1be55a51ba9332e2d9c56a32cf3
parentdee76ea91028a5a6f33a50a15b91cf99abcd0fe9
bitops: fix error on OpenBSD and mingw32

Fix this error:
  CC    bitops.o
In file included from /src/qemu/bitops.c:14:
/src/qemu/bitops.h:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'unsigned'

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
bitops.h