ngspiceMODULE.hxx.xml, $finish, use controlled_exit()

instead of exit()
This commit is contained in:
Holger Vogt 2018-03-17 09:43:45 +01:00
parent a0ca6556d1
commit 86fd7dbed5
1 changed files with 1 additions and 1 deletions

View File

@ -2658,7 +2658,7 @@
<admst:text format="printf(&quot;\\n&quot;);\n"/>
</admst:when>
<admst:when test="function[name='\$finish']">
<admst:text format="exit("/>
<admst:text format="controlled_exit("/>
<admst:join select="function/arguments" separator=",">
<admst:text format="%(e(tree))"/>
</admst:join>