mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00:00
Fix up a comment
This commit is contained in:
parent
e40bca1ef9
commit
305502f69d
@ -109,7 +109,7 @@ __backtrace (array, size)
|
||||
if (size >= 1)
|
||||
unwind_backtrace (backtrace_helper, &arg);
|
||||
|
||||
/* _Unwind_Backtrace on IA-64 seems to put NULL address above
|
||||
/* _Unwind_Backtrace seems to put NULL address above
|
||||
_start. Fix it up here. */
|
||||
if (arg.cnt > 1 && arg.array[arg.cnt - 1] == NULL)
|
||||
--arg.cnt;
|
||||
|
Loading…
Reference in New Issue
Block a user