mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 22:03:40 +00:00
Fixed typo in "log_cmd_error_exception"
This commit is contained in:
parent
a346c0bf2b
commit
99cdfb3110
5 changed files with 9 additions and 9 deletions
|
@ -194,7 +194,7 @@ void log_cmd_error(const char *format, ...)
|
|||
log("ERROR: ");
|
||||
logv(format, ap);
|
||||
log_flush();
|
||||
throw log_cmd_error_expection();
|
||||
throw log_cmd_error_exception();
|
||||
}
|
||||
|
||||
logv_error(format, ap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue