diff options
Diffstat (limited to 'src/vhdl/errorout.adb')
-rw-r--r-- | src/vhdl/errorout.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/errorout.adb b/src/vhdl/errorout.adb index 66ace9652..7f34d2689 100644 --- a/src/vhdl/errorout.adb +++ b/src/vhdl/errorout.adb @@ -792,6 +792,9 @@ package body Errorout is return ''' & Name_Table.Nam_Buffer (1 .. Name_Table.Nam_Length) & '''; + when Iir_Kind_Reference_Name => + -- Shouldn't happen. + return "name"; when Iir_Kind_External_Constant_Name => return "external constant name"; when Iir_Kind_External_Signal_Name => |