diff options
Diffstat (limited to 'disp_vhdl.adb')
-rw-r--r-- | disp_vhdl.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/disp_vhdl.adb b/disp_vhdl.adb index 982977f..9620563 100644 --- a/disp_vhdl.adb +++ b/disp_vhdl.adb @@ -680,6 +680,8 @@ package body Disp_Vhdl is Put ("variable "); when Iir_Kind_Constant_Interface_Declaration => Put ("constant "); + when Iir_Kind_File_Interface_Declaration => + Put ("file "); when others => Error_Kind ("disp_interface_declaration", Inter); end case; |