mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
(unw_tdep_is_fpreg): New macro.
(Logical change 1.11)
This commit is contained in:
parent
4208867819
commit
5c6360b856
1 changed files with 2 additions and 0 deletions
|
@ -120,3 +120,5 @@ typedef ucontext_t unw_tdep_context_t;
|
||||||
can't just use __getcontext() either, because that isn't exported
|
can't just use __getcontext() either, because that isn't exported
|
||||||
by glibc... */
|
by glibc... */
|
||||||
#define unw_tdep_getcontext(uc) getcontext(uc)
|
#define unw_tdep_getcontext(uc) getcontext(uc)
|
||||||
|
|
||||||
|
#define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_IA64_FR) < 128)
|
||||||
|
|
Loading…
Reference in a new issue