| Index: util/mach/exc_server_variants.h
|
| diff --git a/util/mach/exc_server_variants.h b/util/mach/exc_server_variants.h
|
| index 3719b5257bc9e77decb14e1a01058879e62e9cd5..de394e17989a80e2760e99e962a14189fbdc25a5 100644
|
| --- a/util/mach/exc_server_variants.h
|
| +++ b/util/mach/exc_server_variants.h
|
| @@ -459,8 +459,8 @@ class UniversalMachExcServer
|
| //! signal that caused termination was not sent as a result of a hardware
|
| //! exception, this will be `0`.
|
| exception_type_t ExcCrashRecoverOriginalException(
|
| - mach_exception_data_type_t code_0,
|
| - mach_exception_data_type_t* original_code_0,
|
| + mach_exception_code_t code_0,
|
| + mach_exception_code_t* original_code_0,
|
| int* signal);
|
|
|
| //! \brief Computes an approriate successful return value for an exception
|
|
|