commit | 84803d7a27ef2e83c9b870ebd48e249696909e98 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Fri Feb 25 17:21:22 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Fri Feb 25 17:21:22 2011 +0000 |
tree | dbd2d2100629d1be55a51ba9332e2d9c56a32cf3 | |
parent | 04483e150d412f5861a00c30581df7ba90a816e7 [diff] |
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>