X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_decoder.h;h=aba2d40418a9e485e9ddf2eba49f1d65964a2318;hb=4e5bdcc3b8c668e1ed6fe8cf3f595dbfdad8bb05;hp=145de82ab4d274d69c7b36526fac082ce15595ff;hpb=25e188e5eb5f6e0368b206b79b9f275d050367d9;p=palacios-OLD.git diff --git a/palacios/include/palacios/vmm_decoder.h b/palacios/include/palacios/vmm_decoder.h index 145de82..aba2d40 100644 --- a/palacios/include/palacios/vmm_decoder.h +++ b/palacios/include/palacios/vmm_decoder.h @@ -43,8 +43,8 @@ struct x86_operand { addr_t operand; uint_t size; v3_operand_type_t type; - uint8_t read : 1; - uint8_t write : 1; + uint8_t read : 1; // This operand value will be read by the instruction + uint8_t write : 1; // This operand value will be written to by the instruction } __attribute__((packed)); struct x86_prefixes {