aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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