1
0
Fork 0
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:
mostang.com!davidm 2002-12-19 07:16:50 +00:00
parent e2e110850f
commit c333cb0d25
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include "unwind_i.h" #include "unwind_i.h"
static inline int static inline int
common_init (struct ia64_cursor *c) common_init (struct cursor *c)
{ {
int i, ret; int i, ret;

View file

@ -4,7 +4,7 @@
the range of 0-127. */ the range of 0-127. */
static inline int static inline int
rotate_gr (struct ia64_cursor *c, int reg) rotate_gr (struct cursor *c, int reg)
{ {
unsigned int rrb_gr, sor, sof; unsigned int rrb_gr, sor, sof;
unw_word_t cfm; unw_word_t cfm;
@ -37,7 +37,7 @@ rotate_gr (struct ia64_cursor *c, int reg)
be in the range of 0-127. */ be in the range of 0-127. */
static inline int static inline int
rotate_fr (struct ia64_cursor *c, int reg) rotate_fr (struct cursor *c, int reg)
{ {
unsigned int rrb_fr; unsigned int rrb_fr;
unw_word_t cfm; unw_word_t cfm;
@ -63,7 +63,7 @@ rotate_fr (struct ia64_cursor *c, int reg)
/* Apply logical-to-physical rotation. */ /* Apply logical-to-physical rotation. */
static inline unw_word_t 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; unw_word_t rrb_pr, mask, rot, cfm;
int ret; int ret;
@ -82,7 +82,7 @@ pr_ltop (struct ia64_cursor *c, unw_word_t pr)
/* Apply physical-to-logical rotation. */ /* Apply physical-to-logical rotation. */
static inline unw_word_t 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; unw_word_t rrb_pr, mask, rot, cfm;
int ret; int ret;