diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-01-27 18:34:35 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-01-27 18:34:35 +0000 |
| commit | b84693501af6521487327ec4eb7c6ae0097ac5d7 (patch) | |
| tree | 4967797a083662184c3718dc558d718f250c1d53 /include | |
| parent | 4531b3450b23a01de04b3bb393e475cf734793c8 (diff) | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/unwind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unwind.h b/include/unwind.h index 5a07fd819f50..214fb43730aa 100644 --- a/include/unwind.h +++ b/include/unwind.h @@ -70,7 +70,7 @@ typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code, struct _Unwind_Exception *); typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action, - __int64_t, + __uint64_t, struct _Unwind_Exception *, struct _Unwind_Context *, void *); @@ -82,7 +82,7 @@ typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action, IA-64, while being more general. */ struct _Unwind_Exception { - __int64_t exception_class; + __uint64_t exception_class; _Unwind_Exception_Cleanup_Fn exception_cleanup; unsigned long private_1; unsigned long private_2; |
