mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-09 15:02:18 +02:00
(remote_install_cursor): Do Linux-shortcut only if UNW_REMOTE_ONLY is not defined.
(Logical change 1.89)
This commit is contained in:
parent
e0160b16b7
commit
dc34eda2fc
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ remote_install_cursor (struct cursor *c)
|
|||
unw_word_t val;
|
||||
int reg;
|
||||
|
||||
#ifdef __linux
|
||||
#if defined(__linux) && !defined(UNW_REMOTE_ONLY)
|
||||
if (c->as == unw_local_addr_space)
|
||||
{
|
||||
/* Take a short-cut: we directly resume out of the cursor and
|
||||
|
|
Loading…
Add table
Reference in a new issue