mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-23 07:57:38 +01:00
Rename ia64_cursor -> cursor.
(Logical change 1.32)
This commit is contained in:
parent
e2e110850f
commit
c333cb0d25
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#include "unwind_i.h"
|
||||
|
||||
static inline int
|
||||
common_init (struct ia64_cursor *c)
|
||||
common_init (struct cursor *c)
|
||||
{
|
||||
int i, ret;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
the range of 0-127. */
|
||||
|
||||
static inline int
|
||||
rotate_gr (struct ia64_cursor *c, int reg)
|
||||
rotate_gr (struct cursor *c, int reg)
|
||||
{
|
||||
unsigned int rrb_gr, sor, sof;
|
||||
unw_word_t cfm;
|
||||
|
@ -37,7 +37,7 @@ rotate_gr (struct ia64_cursor *c, int reg)
|
|||
be in the range of 0-127. */
|
||||
|
||||
static inline int
|
||||
rotate_fr (struct ia64_cursor *c, int reg)
|
||||
rotate_fr (struct cursor *c, int reg)
|
||||
{
|
||||
unsigned int rrb_fr;
|
||||
unw_word_t cfm;
|
||||
|
@ -63,7 +63,7 @@ rotate_fr (struct ia64_cursor *c, int reg)
|
|||
/* Apply logical-to-physical rotation. */
|
||||
|
||||
static inline unw_word_t
|
||||
pr_ltop (struct ia64_cursor *c, unw_word_t pr)
|
||||
pr_ltop (struct cursor *c, unw_word_t pr)
|
||||
{
|
||||
unw_word_t rrb_pr, mask, rot, cfm;
|
||||
int ret;
|
||||
|
@ -82,7 +82,7 @@ pr_ltop (struct ia64_cursor *c, unw_word_t pr)
|
|||
/* Apply physical-to-logical rotation. */
|
||||
|
||||
static inline unw_word_t
|
||||
pr_ptol (struct ia64_cursor *c, unw_word_t pr)
|
||||
pr_ptol (struct cursor *c, unw_word_t pr)
|
||||
{
|
||||
unw_word_t rrb_pr, mask, rot, cfm;
|
||||
int ret;
|
||||
|
|
Loading…
Reference in a new issue