From 9b47e7723f7f2fd9911011c94d5915b5a5a56dec Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Wed, 19 Nov 2003 03:11:25 +0000 Subject: [PATCH] (unw_get_accessors): Let ia64_init() clear unw.needs_initialization. (Logical change 1.111) --- src/ia64/get_accessors-ia64.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ia64/get_accessors-ia64.c b/src/ia64/get_accessors-ia64.c index 98d075b7..ca6d70a7 100644 --- a/src/ia64/get_accessors-ia64.c +++ b/src/ia64/get_accessors-ia64.c @@ -29,9 +29,6 @@ unw_accessors_t * unw_get_accessors (unw_addr_space_t as) { if (unw.needs_initialization) - { - unw.needs_initialization = 0; - ia64_init (); - } + ia64_init (); return &as->acc; }