mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 20:03:43 +01:00
Mention !UNW_REMOTE_ONLY on #else branch.
(Logical change 1.46)
This commit is contained in:
parent
0aa53387e3
commit
49f992ac07
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
/* unw_local_addr_space is a NULL pointer in this case. */
|
||||
unw_addr_space_t unw_local_addr_space;
|
||||
|
||||
#else
|
||||
#else /* !UNW_REMOTE_ONLY */
|
||||
|
||||
static struct unw_addr_space local_addr_space;
|
||||
|
||||
|
|
Loading…
Reference in a new issue