Skip to content

Commit

Permalink
Make Travis CI's GCC happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Roberto de Oliveira committed Jun 28, 2019
1 parent 81b1d07 commit e3226d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/kvm/src/kvm_vp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ SOFTWARE.

#include "virt86/util/bytemanip.hpp"

#ifndef BIT
#define BIT(n) (1 << (n))
#endif

namespace virt86::kvm {

KvmVirtualProcessor::KvmVirtualProcessor(KvmVirtualMachine& vm, uint32_t vcpuID)
Expand Down

0 comments on commit e3226d6

Please sign in to comment.