| Index: src/client/linux/handler/exception_handler.h
|
| ===================================================================
|
| --- src/client/linux/handler/exception_handler.h (revision 400)
|
| +++ src/client/linux/handler/exception_handler.h (working copy)
|
| @@ -146,7 +146,10 @@
|
| siginfo_t siginfo;
|
| pid_t tid; // the crashing thread.
|
| struct ucontext context;
|
| +#if !defined(__ARM_EABI__)
|
| + // #ifdef this out because FP state is not part of user ABI for Linux ARM.
|
| struct _libc_fpstate float_state;
|
| +#endif
|
| };
|
|
|
| private:
|
|
|