Fix backtrace test failure in MODE=rel

This commit is contained in:
Justine Tunney 2022-03-18 03:48:37 -07:00
parent d07a58a763
commit 9d2c8798c1

View file

@ -90,6 +90,7 @@ char *MemoryLeakCrash(void) {
}
int NpeCrash(char *p) {
asm("nop"); // xxx: due to backtrace addr-1 thing
return *p;
}