From 1ea482edf836d93d8f3fc4f3f4be55d8307830f4 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Mon, 19 Jul 2010 15:11:07 +0100 Subject: [PATCH] Actually it's an interrupt descriptor table register :) Signed-off-by: Gianni Tedesco --- tools/misc/xen-hvmctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misc/xen-hvmctx.c b/tools/misc/xen-hvmctx.c index 38ee945670..1542c2ed86 100644 --- a/tools/misc/xen-hvmctx.c +++ b/tools/misc/xen-hvmctx.c @@ -156,7 +156,7 @@ static void dump_cpu(void) " ss 0x%8.8x (0x%16.16llx + 0x%8.8x / 0x%5.5x)\n" " tr 0x%8.8x (0x%16.16llx + 0x%8.8x / 0x%5.5x)\n" " ldtr 0x%8.8x (0x%16.16llx + 0x%8.8x / 0x%5.5x)\n" - " itdr (0x%16.16llx + 0x%8.8x)\n" + " idtr (0x%16.16llx + 0x%8.8x)\n" " gdtr (0x%16.16llx + 0x%8.8x)\n" " sysenter cs 0x%8.8llx eip 0x%16.16llx esp 0x%16.16llx\n" " shadow gs 0x%16.16llx\n" -- 2.39.5