aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-11-28 20:14:11 +0100
committerTristan Gingold <tgingold@free.fr>2018-11-28 20:14:11 +0100
commit255a9db44ab998435d968ef76705fe6558704894 (patch)
treef126ef793b864d3bb9f28cc63f95ab000ad1c7dc /src
parent873fb32cbfe91241c186af0aaa6f029b30c37896 (diff)
downloadghdl-255a9db44ab998435d968ef76705fe6558704894.tar.gz
ghdl-255a9db44ab998435d968ef76705fe6558704894.tar.bz2
ghdl-255a9db44ab998435d968ef76705fe6558704894.zip
errorout-memory: clear nbr_errors.
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/errorout-memory.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/errorout-memory.adb b/src/vhdl/errorout-memory.adb
index a1a8d672a..83b694b74 100644
--- a/src/vhdl/errorout-memory.adb
+++ b/src/vhdl/errorout-memory.adb
@@ -73,6 +73,7 @@ package body Errorout.Memory is
begin
Errors.Init;
Messages.Init;
+ Nbr_Errors := 0;
end Clear_Errors;
procedure Memory_Error_Start (E : Error_Record) is