From: Jack Lange Date: Wed, 16 Mar 2011 00:11:20 +0000 (-0500) Subject: minor alignment change X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b027df0b7bc5b102ac403411b0e9a756b7081a6;p=palacios.git minor alignment change --- 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)); }