mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 09:17:57 +08:00
e1347a740c
These two exception types use all 64 bits of the code[0] field. The ExceptionSnapshot was unprepared to stuff this into a 32-bit field. To resolve the discrepancy, the more-significant data is taken from the high 32 bits of code[0]. No information is lost because the full code[0] is made available as part of the Codes() vector. BUG=crashpad:34 R=rsesek@chromium.org Review URL: https://codereview.chromium.org/1050313003