mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
Fix backtrace test failure in MODE=rel
This commit is contained in:
parent
d07a58a763
commit
9d2c8798c1
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ char *MemoryLeakCrash(void) {
|
|||
}
|
||||
|
||||
int NpeCrash(char *p) {
|
||||
asm("nop"); // xxx: due to backtrace addr-1 thing
|
||||
return *p;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue