aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/vhdl-sem_assocs.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_assocs.adb b/src/vhdl/vhdl-sem_assocs.adb
index 53d50e65f..79ce1c151 100644
--- a/src/vhdl/vhdl-sem_assocs.adb
+++ b/src/vhdl/vhdl-sem_assocs.adb
@@ -2338,7 +2338,7 @@ package body Vhdl.Sem_Assocs is
Formal_Name := Get_Named_Entity (Formal);
if Is_Error (Formal_Name) then
Match := Not_Compatible;
- exit;
+ -- Continue analysis in order to catch more errors.
end if;
Assoc := Get_Chain (Assoc);