aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/xen-hvmctx.c
diff options
context:
space:
mode:
authorStefano Stabellini <sstabellini@xensource.com>2010-07-19 15:11:07 +0100
committerStefano Stabellini <sstabellini@xensource.com>2010-07-19 15:11:07 +0100
commit1ea482edf836d93d8f3fc4f3f4be55d8307830f4 (patch)
treee50e1c41b217fe8c462aa47598e23006344b0433 /tools/misc/xen-hvmctx.c
parent402ddf4b3998486715c1de515efbbf7ad32894fb (diff)
downloadxen-1ea482edf836d93d8f3fc4f3f4be55d8307830f4.tar.gz
xen-1ea482edf836d93d8f3fc4f3f4be55d8307830f4.tar.bz2
xen-1ea482edf836d93d8f3fc4f3f4be55d8307830f4.zip
Actually it's an interrupt descriptor table register :)
Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com>
Diffstat (limited to 'tools/misc/xen-hvmctx.c')
-rw-r--r--tools/misc/xen-hvmctx.c2
1 files changed, 1 insertions, 1 deletions
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"