We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6788c09 commit a1923ddCopy full SHA for a1923dd
hypervisor/arch/x86/vmexit.c
@@ -265,7 +265,7 @@ int cr_access_vmexit_handler(struct vcpu *vcpu)
265
&vcpu->arch_vcpu.contexts[vcpu->arch_vcpu.cur_context];
266
int idx = VM_EXIT_CR_ACCESS_REG_IDX(vcpu->arch_vcpu.exit_qualification);
267
268
- ASSERT(idx>=0 && idx<=15, "index out of range")
+ ASSERT(idx>=0 && idx<=15, "index out of range");
269
regptr = cur_context->guest_cpu_regs.longs + idx;
270
271
switch ((VM_EXIT_CR_ACCESS_ACCESS_TYPE
0 commit comments