mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
Clarify that unw_is_fpreg() may be a macro.
(Logical change 1.156)
This commit is contained in:
parent
c44549f66b
commit
541da9d8a5
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
||||||
The \Func{unw\_is\_fpreg}() routine checks whether register number
|
The \Func{unw\_is\_fpreg}() routine checks whether register number
|
||||||
\Var{reg} is a floating-point register.
|
\Var{reg} is a floating-point register.
|
||||||
|
|
||||||
|
This routine is normally implemented as a macro and applications
|
||||||
|
should not attempt to take its address.
|
||||||
|
|
||||||
\section{Return Value}
|
\section{Return Value}
|
||||||
|
|
||||||
The \Func{unw\_is\_fpreg}() routine returns a non-zero value if
|
The \Func{unw\_is\_fpreg}() routine returns a non-zero value if
|
||||||
|
|
Loading…
Reference in a new issue