mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-02 17:30:24 +00:00
Fix compilation for emcc
This commit is contained in:
parent
dd8ebf7873
commit
7b679eecb3
4 changed files with 8 additions and 3 deletions
|
@ -695,7 +695,6 @@ void log_check_expected()
|
|||
log_warn_regexes.clear();
|
||||
log("Expected error pattern '%s' found !!!\n", item.second.pattern.c_str());
|
||||
#ifdef EMSCRIPTEN
|
||||
log_files = backup_log_files;
|
||||
throw 0;
|
||||
#elif defined(_MSC_VER)
|
||||
_exit(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue