X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_decoder.c;h=77ece9b1a93d001e676d5e3ead50937d5ff12379;hb=d35c92b5c9c5aef7b1e7b5ed500b2beae504ea4e;hp=a414691b71682740574a16021a0adf8d8ee319bc;hpb=3b49b57d1f3b8bccdf7390c26ea9cda1f8dac8c3;p=palacios-OLD.git diff --git a/palacios/src/palacios/vmm_decoder.c b/palacios/src/palacios/vmm_decoder.c index a414691..77ece9b 100644 --- a/palacios/src/palacios/vmm_decoder.c +++ b/palacios/src/palacios/vmm_decoder.c @@ -6,6 +6,9 @@ int v3_parse_instr(struct guest_info * info, char * instr_ptr, uint_t * instr_length, + addr_t * opcode, + uint_t * opcode_length, + struct x86_prefix_list * prefixes, struct x86_operand * src_operand, struct x86_operand * dst_operand, struct x86_operand * extra_operand) {