michael@0: #ifndef IA32_IMPLICIT_H michael@0: #define IA32_IMPLICIT_H michael@0: michael@0: #include "libdis.h" michael@0: michael@0: /* OK, this is a hack to deal with prefixes having implicit operands... michael@0: * thought I had removed all the old hackishness ;( */ michael@0: michael@0: #define IDX_IMPLICIT_REP 41 /* change this if the table changes! */ michael@0: michael@0: unsigned int ia32_insn_implicit_ops( x86_insn_t *insn, unsigned int impl_idx ); michael@0: michael@0: #endif