diff options
| author | David Xu <davidxu@FreeBSD.org> | 2010-09-30 03:16:35 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2010-09-30 03:16:35 +0000 |
| commit | 3b38ea58b81bbfbbb251bb72836126cc263305ce (patch) | |
| tree | cc802f0d16c1f133109a0bf58de3ec1024e6a7a9 /include | |
| parent | 0c8c77ad83d76361b5b9c7e8fec1dbaaecbbe645 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unwind.h b/include/unwind.h index 0119bbac4959..b87722261185 100644 --- a/include/unwind.h +++ b/include/unwind.h @@ -66,7 +66,7 @@ typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code, struct _Unwind_Exception *); typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action, - unsigned long, + __int64_t, struct _Unwind_Exception *, struct _Unwind_Context *, void *); |
