From 87b3ab022cd19e83f2af2e9f4d1e5cc1fc5f2ef4 Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Tue, 24 Apr 2012 18:39:18 +0100 Subject: tools: Fix FPU save area definition in xen-hvmctx Reported-by: Olaf Hering Signed-off-by: Tim Deegan Committed-by: Ian Jackson --- tools/misc/xen-hvmctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/misc') diff --git a/tools/misc/xen-hvmctx.c b/tools/misc/xen-hvmctx.c index f980a422cf..52f714b5de 100644 --- a/tools/misc/xen-hvmctx.c +++ b/tools/misc/xen-hvmctx.c @@ -98,7 +98,7 @@ struct fpu_regs { uint32_t mxcsr; uint32_t mxcsr_mask; struct fpu_mm mm[8]; - struct fpu_xmm xmm[15]; + struct fpu_xmm xmm[16]; uint64_t res1[12]; } __attribute__((packed)); -- cgit v1.2.3