mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +00:00
MSVC does not understand __builtin_unreachable
This commit is contained in:
parent
35008e6d40
commit
504f220619
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ read_define_args()
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// The only FSM states are 0-2 and we dealt with 2 at the start of the loop.
|
// The only FSM states are 0-2 and we dealt with 2 at the start of the loop.
|
||||||
__builtin_unreachable();
|
log_assert(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue