X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_instr_decoder.h;h=4341910df840ea143e38d23a1efead7f1478cc98;hb=d70b8aa4fc10499abfc9164bc7766e96d9da2485;hp=5c47a99ac5fd5a85f898d4009360dce3bf311f4c;hpb=96fd46fc682a12bb09782319d3a09d7d71e8a39b;p=palacios.git diff --git a/palacios/include/palacios/vmm_instr_decoder.h b/palacios/include/palacios/vmm_instr_decoder.h index 5c47a99..4341910 100644 --- a/palacios/include/palacios/vmm_instr_decoder.h +++ b/palacios/include/palacios/vmm_instr_decoder.h @@ -779,7 +779,7 @@ static int decode_rm_operand32(struct guest_info * core, } operand->operand = ADDR_MASK(get_addr_linear(core, base_addr, seg), - get_addr_width(core, instr)); + get_addr_width(core, instr)); } @@ -1039,7 +1039,7 @@ int decode_rm_operand64(struct guest_info * core, uint8_t * modrm_instr, */ operand->operand = ADDR_MASK(get_addr_linear(core, base_addr, seg), - get_addr_width(core, instr)); + get_addr_width(core, instr)); }