Revert "re-enable compilation with --enable-nobypass"

This reverts commit b0e0055f58.
This commit is contained in:
Holger Vogt 2020-05-19 23:10:44 +02:00
parent 927daf3223
commit 33acb3ea6a
1 changed files with 1 additions and 2 deletions

View File

@ -852,13 +852,12 @@ bypass:
*/
if ((!(ckt->CKTmode & MODETRANOP)) ||
(!(ckt->CKTmode & MODEUIC))) {
#ifndef NOBYPASS
if (ckt->CKTmode & MODEINITSMSIG) {
*(ckt->CKTstate0 + here->VDIOcapCurrent) = capd;
goto load;
}
#endif /* NOBYPASS */
/*
* transient analysis
*/