diff options
Diffstat (limited to 'lib/Headers/unwind.h')
-rw-r--r-- | lib/Headers/unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/unwind.h b/lib/Headers/unwind.h index a0659203b15c8..6520b8316f3d6 100644 --- a/lib/Headers/unwind.h +++ b/lib/Headers/unwind.h @@ -100,7 +100,7 @@ typedef enum { _UVRSR_FAILED = 2 } _Unwind_VRS_Result; -_Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context, +_Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, |