1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/ia32_implicit.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +#ifndef IA32_IMPLICIT_H 1.5 +#define IA32_IMPLICIT_H 1.6 + 1.7 +#include "libdis.h" 1.8 + 1.9 +/* OK, this is a hack to deal with prefixes having implicit operands... 1.10 + * thought I had removed all the old hackishness ;( */ 1.11 + 1.12 +#define IDX_IMPLICIT_REP 41 /* change this if the table changes! */ 1.13 + 1.14 +unsigned int ia32_insn_implicit_ops( x86_insn_t *insn, unsigned int impl_idx ); 1.15 + 1.16 +#endif