mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Clarify that unw_getcontext() may be a macro.
(Logical change 1.156)
This commit is contained in:
parent
24ac6e693d
commit
c44549f66b
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ platform-specific, but, in general, at least all preserved
|
|||
(``callee-saved'') and all frame-related registers, such as the
|
||||
stack-pointer, will be stored.
|
||||
|
||||
This routine is normally implemented as a macro and applications
|
||||
should not attempt to take its address.
|
||||
|
||||
\section{Return Value}
|
||||
|
||||
On successful completion, \Func{unw\_getcontext}() returns 0.
|
||||
|
|
Loading…
Reference in a new issue