1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/ia32_modrm.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +#ifndef IA32_MODRM_H 1.5 +#define IA32_MODRM_H 1.6 + 1.7 +#include "libdis.h" 1.8 +#include "ia32_insn.h" 1.9 + 1.10 +size_t ia32_modrm_decode( unsigned char *buf, unsigned int buf_len, 1.11 + x86_op_t *op, x86_insn_t *insn, 1.12 + size_t gen_regs ); 1.13 + 1.14 +void ia32_reg_decode( unsigned char byte, x86_op_t *op, size_t gen_regs ); 1.15 + 1.16 +#endif