Get backtraces working on AARCH64

This commit is contained in:
Justine Tunney 2023-05-11 22:12:41 -07:00
parent 4edbc98811
commit 285e8a2348
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 7 additions and 6 deletions

View file

@ -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;