re-enable compilation with --enable-nobypass

patch supplied by Joël BERTRAND
This commit is contained in:
Holger Vogt 2020-05-16 11:10:30 +02:00
parent eceb0e9cad
commit b0e0055f58
1 changed files with 2 additions and 1 deletions

View File

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