mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-23 07:57:38 +01:00
(remote_install_cursor): Tidy up #endif comment.
(Logical change 1.219)
This commit is contained in:
parent
e3413b4267
commit
6c50e90402
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ remote_install_cursor (struct cursor *c)
|
|||
MEMIFY (IA64_REG_F31, UNW_IA64_FR + 31);
|
||||
}
|
||||
else
|
||||
#endif /* __linux */
|
||||
#endif /* __linux && !UNW_REMOTE_ONLY */
|
||||
{
|
||||
access_reg = c->as->acc.access_reg;
|
||||
access_fpreg = c->as->acc.access_fpreg;
|
||||
|
|
Loading…
Reference in a new issue