1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2017-04-22 12:56:30 +02:00
parent 95128e71d7
commit f4d566c161

View file

@ -160,7 +160,7 @@ static int kvm = -1, vmfd = -1;
static uint32_t no_checkpoint = 0;
static pthread_barrier_t barrier;
static __thread struct kvm_run *run = NULL;
static __thread int vcpufd = 1;
static __thread int vcpufd = -1;
static __thread uint32_t cpuid = 0;
static uint64_t memparse(const char *ptr)