From f5d9223df5e3346dffa11447825ecfb306814df6 Mon Sep 17 00:00:00 2001 From: neel Date: Thu, 25 Oct 2012 03:39:36 +0000 Subject: Fix typo: host_rip -> host_rsp Obtained from: NetApp --- usr.sbin/vmmctl/vmmctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/vmmctl/vmmctl.c b/usr.sbin/vmmctl/vmmctl.c index 331bd728..d5e0503 100644 --- a/usr.sbin/vmmctl/vmmctl.c +++ b/usr.sbin/vmmctl/vmmctl.c @@ -1404,7 +1404,7 @@ main(int argc, char *argv[]) if (!error && (get_host_rsp || get_all)) { error = vm_get_vmcs_field(ctx, vcpu, VMCS_HOST_RSP, &rsp); if (error == 0) - printf("host_rip[%d]\t\t0x%016lx\n", vcpu, rsp); + printf("host_rsp[%d]\t\t0x%016lx\n", vcpu, rsp); } if (!error && (get_guest_sysenter || get_all)) { -- cgit v1.1