mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
Fix a typo.
(Logical change 1.116)
This commit is contained in:
parent
2c9be974dc
commit
34085cad7b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ typedef long double unw_tdep_fpreg_t;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
/* Note: general registers are excepted to start with index 0.
|
/* Note: general registers are expected to start with index 0.
|
||||||
This convention facilitates architecture-independent
|
This convention facilitates architecture-independent
|
||||||
implementation of the C++ exception handling ABI. See
|
implementation of the C++ exception handling ABI. See
|
||||||
_Unwind_SetGR() and _Unwind_GetGR() for details. */
|
_Unwind_SetGR() and _Unwind_GetGR() for details. */
|
||||||
|
|
Loading…
Reference in a new issue