From c333cb0d25eca3b6c4b2ed170396df6be7a2d894 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 19 Dec 2002 07:16:50 +0000 Subject: [PATCH] Rename ia64_cursor -> cursor. (Logical change 1.32) --- src/ia64/init.h | 2 +- src/ia64/regs.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ia64/init.h b/src/ia64/init.h index 415dd8ff..0113827d 100644 --- a/src/ia64/init.h +++ b/src/ia64/init.h @@ -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; diff --git a/src/ia64/regs.h b/src/ia64/regs.h index c0c0e9d8..f7527645 100644 --- a/src/ia64/regs.h +++ b/src/ia64/regs.h @@ -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;