Updated from Linux LTS 3.10.20 to 3.10.21
This commit is contained in:
@@ -4207,7 +4207,10 @@ static int decode_operand(struct x86_emulate_ctxt *ctxt, struct operand *op,
|
||||
case OpMem8:
|
||||
ctxt->memop.bytes = 1;
|
||||
if (ctxt->memop.type == OP_REG) {
|
||||
ctxt->memop.addr.reg = decode_register(ctxt, ctxt->modrm_rm, 1);
|
||||
int highbyte_regs = ctxt->rex_prefix == 0;
|
||||
|
||||
ctxt->memop.addr.reg = decode_register(ctxt, ctxt->modrm_rm,
|
||||
highbyte_regs);
|
||||
fetch_register_operand(&ctxt->memop);
|
||||
}
|
||||
goto mem_common;
|
||||
|
||||
Reference in New Issue
Block a user