1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-18 19:25:16 +02:00

Clarify that unw_getcontext() may be a macro.

(Logical change 1.156)
This commit is contained in:
mostang.com!davidm 2004-01-21 01:05:07 +00:00
parent 24ac6e693d
commit c44549f66b

View file

@ -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.