aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-01-08 12:52:04 -0500
committerMark Mentovai <mark@chromium.org>2016-01-08 12:52:04 -0500
commit2dda5fefdc25448cf38f6075206e9c7f761feb90 (patch)
tree932fc035219b0a61d879c13135ed73d9b89d88dd /src/common/dwarf
parentdisassembler_x86: Remove unused include (diff)
downloadbreakpad-2dda5fefdc25448cf38f6075206e9c7f761feb90.tar.xz
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>.
Diffstat (limited to 'src/common/dwarf')
0 files changed, 0 insertions, 0 deletions