mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
95128e71d7
commit
f4d566c161
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue