3
0
Fork 0
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:
Clifford Wolf 2014-11-07 12:48:15 +01:00
parent a346c0bf2b
commit 99cdfb3110
5 changed files with 9 additions and 9 deletions

View file

@ -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);