X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_decoder.c;h=77ece9b1a93d001e676d5e3ead50937d5ff12379;hp=a414691b71682740574a16021a0adf8d8ee319bc;hb=98b605668d81bfe0965d482d9d0da647f5cca267;hpb=77cb02d9352065f780345e876eb104dd44237f66 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) {