From 9099235bd7fc032a97480fd34bb4d86070cfab19 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Tue, 20 Jan 2004 23:32:28 +0000 Subject: [PATCH] (common_init): Pass c->as_arg as second argument to ia64_validate_cache(). (Logical change 1.154) --- src/ia64/init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ia64/init.h b/src/ia64/init.h index 697ed352..e1c0828f 100644 --- a/src/ia64/init.h +++ b/src/ia64/init.h @@ -1,5 +1,5 @@ /* libunwind - a platform-independent unwind library - Copyright (C) 2002-2003 Hewlett-Packard Co + Copyright (C) 2002-2004 Hewlett-Packard Co Contributed by David Mosberger-Tang This file is part of libunwind. @@ -33,7 +33,7 @@ common_init (struct cursor *c) if (c->as->caching_policy != UNW_CACHE_NONE) /* ensure cache doesn't have any stale contents: */ - ia64_validate_cache(c->as); + ia64_validate_cache(c->as, c->as_arg); c->cfm_loc = IA64_REG_LOC (c, UNW_IA64_CFM); c->loc[IA64_REG_BSP] = IA64_REG_LOC (c, UNW_IA64_AR_BSP);