Chromium Code Reviews| Index: breakpad/linux/exception_handler.h |
| diff --git a/breakpad/linux/exception_handler.h b/breakpad/linux/exception_handler.h |
| index 6176c945bfffe9b308ff55e278d1a61e0010c631..b579a6a98110b5739878b2c06950c37aa4bcd223 100644 |
| --- a/breakpad/linux/exception_handler.h |
| +++ b/breakpad/linux/exception_handler.h |
| @@ -146,6 +146,7 @@ class ExceptionHandler { |
| siginfo_t siginfo; |
| pid_t tid; // the crashing thread. |
| struct ucontext context; |
| + struct _libc_fpstate float_state; |
| }; |
| private: |