From bb4f71708d22a89ad6728ee2d28102ee294b2e31 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Sat, 22 Feb 2003 03:08:22 +0000 Subject: [PATCH] Minor formatting fix. (Logical change 1.53) --- src/ia64/Ginit_local-ia64.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ia64/Ginit_local-ia64.c b/src/ia64/Ginit_local-ia64.c index 15926d79..ae6b0a9e 100644 --- a/src/ia64/Ginit_local-ia64.c +++ b/src/ia64/Ginit_local-ia64.c @@ -61,7 +61,8 @@ unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) and we know that getcontext() doesn't switch the register-backing store. */ sol = (uc->uc_mcontext.sc_ar_pfs >> 7) & 0x7f; - uc->uc_mcontext.sc_rbs_base = ia64_rse_skip_regs (uc->uc_mcontext.sc_ar_bsp, -sol); + uc->uc_mcontext.sc_rbs_base = ia64_rse_skip_regs (uc->uc_mcontext.sc_ar_bsp, + -sol); c->as = unw_local_addr_space; c->as_arg = uc;