x86_operand_list.h 134 B

12345678
  1. #ifndef X86_OPERAND_LIST_H
  2. #define X86_OPERAND_LIST_H
  3. #include "libdis.h"
  4. //x86_op_t * x86_operand_new( x86_insn_t *insn );
  5. #endif