diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-08-21 10:39:12 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-08-21 10:39:12 +0200 |
commit | 61665a183e94cf8edaebb336c34df24a02ef45fd (patch) | |
tree | 27a723c64906a5f7293e47e9cb27c62ca3b33574 /src/ghdldrv | |
parent | 068988b5f9132ae11ee65ca75ac6e56bc8f2f530 (diff) | |
download | ghdl-61665a183e94cf8edaebb336c34df24a02ef45fd.tar.gz ghdl-61665a183e94cf8edaebb336c34df24a02ef45fd.tar.bz2 ghdl-61665a183e94cf8edaebb336c34df24a02ef45fd.zip |
simul: rework assertions execution and error handling
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlsimul.adb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb index a2c1d3ca2..44e0d133a 100644 --- a/src/ghdldrv/ghdlsimul.adb +++ b/src/ghdldrv/ghdlsimul.adb @@ -162,11 +162,6 @@ package body Ghdlsimul is Simul.Vhdl_Simul.Simulation; - -- Simul uses report_msg. - if Errorout.Nbr_Errors > 0 then - Grt.Errors.Exit_Status := 1; - end if; - Set_Exit_Status (Exit_Status (Grt.Errors.Exit_Status)); end Run; |