Skip to content

Commit e3226d6

Browse files
author
Ivan Roberto de Oliveira
committed
Make Travis CI's GCC happy
1 parent 81b1d07 commit e3226d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/kvm/src/kvm_vp.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ SOFTWARE.
3838

3939
#include "virt86/util/bytemanip.hpp"
4040

41+
#ifndef BIT
42+
#define BIT(n) (1 << (n))
43+
#endif
44+
4145
namespace virt86::kvm {
4246

4347
KvmVirtualProcessor::KvmVirtualProcessor(KvmVirtualMachine& vm, uint32_t vcpuID)

0 commit comments

Comments
 (0)