From 7ec3afd8db47ccb4957432fed8ba38d27c1c8230 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 23 Jan 2003 10:04:09 +0000 Subject: [PATCH] Minor reformatting. (Logical change 1.41) --- src/ia64/Ginit_local-ia64.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ia64/Ginit_local-ia64.c b/src/ia64/Ginit_local-ia64.c index ae6b0a9e..15926d79 100644 --- a/src/ia64/Ginit_local-ia64.c +++ b/src/ia64/Ginit_local-ia64.c @@ -61,8 +61,7 @@ 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;