|
@@ -280,9 +280,9 @@ struct x86_emulate_ctxt {
|
|
u8 modrm_seg;
|
|
u8 modrm_seg;
|
|
bool rip_relative;
|
|
bool rip_relative;
|
|
unsigned long _eip;
|
|
unsigned long _eip;
|
|
|
|
+ struct operand memop;
|
|
/* Fields above regs are cleared together. */
|
|
/* Fields above regs are cleared together. */
|
|
unsigned long regs[NR_VCPU_REGS];
|
|
unsigned long regs[NR_VCPU_REGS];
|
|
- struct operand memop;
|
|
|
|
struct operand *memopp;
|
|
struct operand *memopp;
|
|
struct fetch_cache fetch;
|
|
struct fetch_cache fetch;
|
|
struct read_cache io_read;
|
|
struct read_cache io_read;
|