aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_expr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_expr.adb')
-rw-r--r--src/synth/elab-vhdl_expr.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_expr.adb b/src/synth/elab-vhdl_expr.adb
index f2f24e5c4..3693f3249 100644
--- a/src/synth/elab-vhdl_expr.adb
+++ b/src/synth/elab-vhdl_expr.adb
@@ -859,7 +859,7 @@ package body Elab.Vhdl_Expr is
return Synth_Subtype_Indication (Syn_Inst, Get_Type (Expr));
when others =>
- Vhdl.Errors.Error_Kind ("synth_type_of_object", Expr);
+ Vhdl.Errors.Error_Kind ("exec_type_of_object", Expr);
end case;
return null;
end Exec_Type_Of_Object;