mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 03:20:30 +00:00
Improve debug binary location detection
This commit is contained in:
parent
68c7c9c1e0
commit
7a9e176ecf
17 changed files with 92 additions and 50 deletions
|
@ -18,7 +18,7 @@
|
|||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
|
||||
// stub version of unassert() to keep the build a dag
|
||||
__attribute__((__weak__)) void __unassert_fail(const char *expr,
|
||||
const char *file, int line) {
|
||||
__attribute__((__weak__)) void(unassert)(const char *expr, const char *file,
|
||||
int line) {
|
||||
notpossible;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue