mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 00:32:29 +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) {
|
int NpeCrash(char *p) {
|
||||||
|
asm("nop"); // xxx: due to backtrace addr-1 thing
|
||||||
return *p;
|
return *p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue