diff options
Diffstat (limited to 'src/vhdl/errorout.adb')
-rw-r--r-- | src/vhdl/errorout.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/errorout.adb b/src/vhdl/errorout.adb index e34c43af7..7119563cc 100644 --- a/src/vhdl/errorout.adb +++ b/src/vhdl/errorout.adb @@ -691,6 +691,8 @@ package body Errorout is return "null literal"; when Iir_Kind_Overflow_Literal => return Disp_Node (Get_Literal_Origin (Node)); + when Iir_Kind_Unaffected_Waveform => + return "unaffected waveform"; when Iir_Kind_Aggregate => return "aggregate"; when Iir_Kind_Unit_Declaration => |