mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
This fixes a sloppy compliation error: “Redefinition of enumerator 'kMinidumpContextX86Xstate'”. It also fixes CONTEXT_FULL, which should contain floating-point registers but not segment registers unlike the its 32-bit x86 equivalent. Some comments are revised to provide better, um, context. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/620663002