1 #ifndef X86_OPERAND_LIST_H 2 #define X86_OPERAND_LIST_H 3 #include "libdis.h" 4 5 6 x86_op_t * x86_operand_new( x86_insn_t *insn ); 7 8 #endif 9
1 #ifndef X86_OPERAND_LIST_H 2 #define X86_OPERAND_LIST_H 3 #include "libdis.h" 4 5 6 x86_op_t * x86_operand_new( x86_insn_t *insn ); 7 8 #endif 9