mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
Don't SIGABRT on failure
This commit is contained in:
parent
f403256a34
commit
33653c8a80
1 changed files with 0 additions and 1 deletions
|
@ -223,7 +223,6 @@ static inline void log_assert_worker(bool cond, const char *expr, const char *fi
|
||||||
if (!cond) {
|
if (!cond) {
|
||||||
log("ERROR: Assert `%s' failed in %s:%d.\n", expr, file, line);
|
log("ERROR: Assert `%s' failed in %s:%d.\n", expr, file, line);
|
||||||
log_flush();
|
log_flush();
|
||||||
raise(SIGABRT);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue