mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
MSVC does not understand __builtin_unreachable
This commit is contained in:
parent
35008e6d40
commit
504f220619
|
@ -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…
Reference in a new issue