mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Get backtraces working on AARCH64
This commit is contained in:
parent
4edbc98811
commit
285e8a2348
2 changed files with 7 additions and 6 deletions
|
@ -67,6 +67,7 @@ noinstrument noasan int PrintBacktraceUsingSymbols(int fd,
|
|||
break;
|
||||
}
|
||||
addr = frame->addr;
|
||||
if (!addr) break;
|
||||
if (addr == (intptr_t)_weaken(__gc)) {
|
||||
do {
|
||||
--gi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue