diff options
Diffstat (limited to 'arch/x86/include/asm/kvm_emulate.h')
-rw-r--r-- | arch/x86/include/asm/kvm_emulate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86/include/asm/kvm_emulate.h index 8762411fe9bb..cbdf76722d7d 100644 --- a/arch/x86/include/asm/kvm_emulate.h +++ b/arch/x86/include/asm/kvm_emulate.h | |||
@@ -198,6 +198,7 @@ struct decode_cache { | |||
198 | u8 modrm_mod; | 198 | u8 modrm_mod; |
199 | u8 modrm_reg; | 199 | u8 modrm_reg; |
200 | u8 modrm_rm; | 200 | u8 modrm_rm; |
201 | u8 modrm_seg; | ||
201 | u8 use_modrm_ea; | 202 | u8 use_modrm_ea; |
202 | bool rip_relative; | 203 | bool rip_relative; |
203 | unsigned long modrm_ea; | 204 | unsigned long modrm_ea; |