summaryrefslogtreecommitdiffstats
path: root/breakpad/linux/exception_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/linux/exception_handler.h')
-rw-r--r--breakpad/linux/exception_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/breakpad/linux/exception_handler.h b/breakpad/linux/exception_handler.h
index 6176c94..b579a6a 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: