1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-18 07:41:44 +02:00

(unw_tdep_is_fpreg): New macro.

(Logical change 1.11)
This commit is contained in:
mostang.com!davidm 2002-04-04 19:04:09 +00:00
parent 4208867819
commit 5c6360b856

View file

@ -120,3 +120,5 @@ typedef ucontext_t unw_tdep_context_t;
can't just use __getcontext() either, because that isn't exported
by glibc... */
#define unw_tdep_getcontext(uc) getcontext(uc)
#define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_IA64_FR) < 128)