diff options
Diffstat (limited to 'src/vhdl/evaluation.adb')
-rw-r--r-- | src/vhdl/evaluation.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/evaluation.adb b/src/vhdl/evaluation.adb index 5387e6f..3bff387 100644 --- a/src/vhdl/evaluation.adb +++ b/src/vhdl/evaluation.adb @@ -1402,7 +1402,7 @@ package body Evaluation is -- TODO raise Internal_Error; - when Iir_Predefined_None => + when Iir_Predefined_Explicit => raise Internal_Error; end case; exception |