bhyve: Fix the GDB_LOG build

MFC after:	1 week
Fixes:	7d9ef309bd ("libvmmapi: Add a struct vcpu and use it in most APIs.")
This commit is contained in:
Mark Johnston 2023-11-11 12:14:49 -05:00
parent dcc4d2939f
commit 4e288572b8

View file

@ -764,7 +764,7 @@ gdb_cpu_add(struct vcpu *vcpu)
CPU_SET(vcpuid, &vcpus_active);
if (!TAILQ_EMPTY(&breakpoints)) {
vm_set_capability(vcpu, VM_CAP_BPT_EXIT, 1);
debug("$vCPU %d enabled breakpoint exits\n", vcpu);
debug("$vCPU %d enabled breakpoint exits\n", vcpuid);
}
/*