mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-23 20:58:55 +00:00
Added log_cmd_error_expection
This commit is contained in:
parent
7661ded8dd
commit
d878fcbdc7
4 changed files with 7 additions and 8 deletions
|
@ -160,7 +160,7 @@ void log_cmd_error(const char *format, ...)
|
|||
log("ERROR: ");
|
||||
logv(format, ap);
|
||||
log_flush();
|
||||
throw 0;
|
||||
throw log_cmd_error_expection();
|
||||
}
|
||||
|
||||
logv_error(format, ap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue