diff options
Diffstat (limited to 'src/vhdl/sem_inst.adb')
-rw-r--r-- | src/vhdl/sem_inst.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/sem_inst.adb b/src/vhdl/sem_inst.adb index 4993c8347..b60b34b9b 100644 --- a/src/vhdl/sem_inst.adb +++ b/src/vhdl/sem_inst.adb @@ -252,7 +252,8 @@ package body Sem_Inst is Set_Source_Ptr (Res, F, Get_Source_Ptr (N, F)); when Type_Date_Type | Type_Date_State_Type - | Type_Time_Stamp_Id => + | Type_Time_Stamp_Id + | Type_File_Checksum_Id => -- Can this happen ? raise Internal_Error; when Type_Base_Type => |