diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-18 15:35:05 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-18 15:35:05 -0700 |
commit | fda5078324e0a940a2ddfdd1c63ffceb47c5a717 (patch) | |
tree | 893527132ec9f536b85be8f2bb6031839c9a9283 /windows/VC7 | |
parent | b7e8039132830a2cd7a75691d11750d2ccc0a4e2 (diff) |
Use bit-wise not instead of logical not.
The assertion is checking that the low-order bits of offset are not
set. It does this by anding the inverted offset mask with the
offset. This is clearly intended to be a bit-wise "invert".
Fixes bug #25984.
Diffstat (limited to 'windows/VC7')
0 files changed, 0 insertions, 0 deletions