New pswitch is not compatible to iswitch

Keep the old aswitch until a modified pswitch is available.
This commit is contained in:
Holger Vogt 2021-06-08 10:47:28 +02:00
parent 93f6a50553
commit 273b773280
1 changed files with 3 additions and 4 deletions

View File

@ -8722,9 +8722,8 @@ iswi:;
tfree(card->line);
rep_spar(modpar);
card->line = tprintf(
// ".model a%s aswitch(%s %s %s %s log=TRUE limit=TRUE)", modname,
// modpar[0], modpar[1], modpar[2], modpar[3]);
".model a%s pswitch(%s %s %s %s log=TRUE)", modname,
/* FIXME: a new switch derived from pswitch with vnam input is due */
".model a%s aswitch(%s %s %s %s log=TRUE limit=TRUE)", modname,
modpar[0], modpar[1], modpar[2], modpar[3]);
}
for (i = 0; i < 4; i++)