From fe5ffe7cacda53e6f12b6007f543757e7e7060da Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Wed, 17 Oct 2007 10:28:04 -0600 Subject: [PATCH] [IA64] Declare field x of M28 (fc vs fc.i). Signed-off-by: Tristan Gingold --- xen/include/asm-ia64/bundle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-ia64/bundle.h b/xen/include/asm-ia64/bundle.h index 6f82398944..4e9f83376b 100644 --- a/xen/include/asm-ia64/bundle.h +++ b/xen/include/asm-ia64/bundle.h @@ -55,7 +55,7 @@ typedef union U_INST64_I28 { // not privileged (mov from AR) typedef union U_INST64_M28 { IA64_INST inst; - struct { unsigned long qp:6, :14, r3:7, x6:6, x3:3, :1, major:4;}; + struct { unsigned long qp:6, :14, r3:7, x6:6, x3:3, x:1, major:4;}; } INST64_M28; typedef union U_INST64_M29 { -- 2.30.2