mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
(common_init): Pass c->as_arg as second argument to
ia64_validate_cache(). (Logical change 1.154)
This commit is contained in:
parent
47c32cd07f
commit
9099235bd7
1 changed files with 2 additions and 2 deletions
|
@ -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 <davidm@hpl.hp.com>
|
||||
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue