Merge commit 'refs/top-bases/linux-have-libefi' into linux-have-libefi
This commit is contained in:
commit
65bceaba2a
|
@ -148,7 +148,7 @@ getpcstack(uintptr_t *pcstack, int pcstack_limit, int check_signal)
|
||||||
break;
|
break;
|
||||||
else if (nextfp <= minfp || (tmp - base) >= size) {
|
else if (nextfp <= minfp || (tmp - base) >= size) {
|
||||||
#ifndef UMEM_STANDALONE
|
#ifndef UMEM_STANDALONE
|
||||||
if (tmp == NULL || !on_altstack)
|
if (tmp == 0 || !on_altstack)
|
||||||
break;
|
break;
|
||||||
/*
|
/*
|
||||||
* If we're on an alternate signal stack, try jumping
|
* If we're on an alternate signal stack, try jumping
|
||||||
|
|
Loading…
Reference in New Issue