From c56126ea7b28a3c91ec7dada4eb0f13b022b6ba4 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 25 Apr 2002 06:47:29 +0000 Subject: [PATCH] (common_init): Initialize c->sigcontext_loc to zero. (Logical change 1.18) --- src/ia64/init.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ia64/init.h b/src/ia64/init.h index f4c44410..784d59d8 100644 --- a/src/ia64/init.h +++ b/src/ia64/init.h @@ -103,6 +103,7 @@ common_init (struct ia64_cursor *c) } } #endif + c->sigcontext_loc = 0; #ifdef IA64_UNW_SCRIPT_CACHE c->hint = 0;