mirror of https://github.com/YosysHQ/yosys.git
MSVC does not understand __builtin_unreachable
This commit is contained in:
parent
35008e6d40
commit
504f220619
|
@ -591,7 +591,7 @@ read_define_args()
|
|||
|
||||
default:
|
||||
// The only FSM states are 0-2 and we dealt with 2 at the start of the loop.
|
||||
__builtin_unreachable();
|
||||
log_assert(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue