1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/ia32_operand.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +#ifndef IA32_OPERAND_H 1.5 +#define IA32_OPERAND_H 1.6 + 1.7 +#include "libdis.h" 1.8 +#include "ia32_insn.h" 1.9 + 1.10 +size_t ia32_decode_operand( unsigned char *buf, size_t buf_len, 1.11 + x86_insn_t *insn, unsigned int raw_op, 1.12 + unsigned int raw_flags, unsigned int prefixes, 1.13 + unsigned char modrm ); 1.14 +#endif