mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 23:47:39 +01:00
(common_init): Whitespace fix.
(Logical change 1.209)
This commit is contained in:
parent
6cb58ac940
commit
c2b94e1e46
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,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, c->as_arg);
|
||||
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