toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/ia32_settings.c

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/ia32_settings.c	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +#include "libdis.h"
     1.5 +#include "ia32_settings.h"
     1.6 +#include "ia32_reg.h"
     1.7 +#include "ia32_insn.h"
     1.8 +
     1.9 +ia32_settings_t ia32_settings = {
    1.10 +	1, 0xF4, 
    1.11 +	MAX_INSTRUCTION_SIZE,
    1.12 +	4, 4, 8, 4, 8,
    1.13 +	REG_ESP_INDEX, REG_EBP_INDEX, REG_EIP_INDEX, REG_FLAGS_INDEX,
    1.14 +	REG_DWORD_OFFSET, REG_SEG_OFFSET, REG_FPU_OFFSET,
    1.15 +	opt_none
    1.16 +};

mercurial