breakpad/src/third_party/libdisasm
Pavel Labath 2dda5fefdc libdisasm: Don't depend on sizeof(void)
Due to operator precedence, the address was first cast to void*
and then incremented, which resulted in an error on windows, as
sizeof(void) is undefined and MSVC takes this seriously. Changing
the precedence to perform the addition first.

R=mark@chromium.org

Review URL: https://codereview.chromium.org/1570843002 .

Patch from Pavel Labath <labath@google.com>.
2016-01-08 12:52:04 -05:00
..
swig Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_implicit.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_implicit.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_insn.c Fix a "set but not used" compiler warning in libdisasm 2013-05-10 15:49:23 +00:00
ia32_insn.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_invariant.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_invariant.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_modrm.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_modrm.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_opcode_tables.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_opcode_tables.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_operand.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_operand.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_reg.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_reg.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_settings.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ia32_settings.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
libdis.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
libdisasm.gyp Add GYP build for the src/tools directory on Mac and Linux. 2014-07-24 15:22:51 +00:00
Makefile.am Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
qword.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
TODO Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
x86_disasm.c libdisasm: Don't depend on sizeof(void) 2016-01-08 12:52:04 -05:00
x86_format.c issue 438 - fix array index bug in libdisasm 2011-08-31 16:38:40 +00:00
x86_imm.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
x86_imm.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
x86_insn.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
x86_misc.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
x86_operand_list.c Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
x86_operand_list.h Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00