mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-16 18:21:41 +01:00
(unw_is_fpreg): New macro.
(Logical change 1.11)
This commit is contained in:
parent
56ca4f04ae
commit
4208867819
1 changed files with 4 additions and 0 deletions
|
@ -207,6 +207,10 @@ extern int UNW_OBJ(is_signal_frame) (unw_cursor_t *c);
|
||||||
|
|
||||||
#define unw_get_save_loc(c,r,l) UNW_OBJ(get_save_loc)(c,r,l)
|
#define unw_get_save_loc(c,r,l) UNW_OBJ(get_save_loc)(c,r,l)
|
||||||
|
|
||||||
|
/* Return 1 if register number R is a floating-point register, zero
|
||||||
|
otherwise. */
|
||||||
|
#define unw_is_fpreg(r) unw_tdep_is_fpreg(r)
|
||||||
|
|
||||||
/* Returns non-zero value if the cursor points to a signal frame. */
|
/* Returns non-zero value if the cursor points to a signal frame. */
|
||||||
#define unw_is_signal_frame(c) UNW_OBJ(is_signal_frame)(c)
|
#define unw_is_signal_frame(c) UNW_OBJ(is_signal_frame)(c)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue