aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-prints.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-prints.adb')
-rw-r--r--src/vhdl/vhdl-prints.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-prints.adb b/src/vhdl/vhdl-prints.adb
index e14488db0..06725456c 100644
--- a/src/vhdl/vhdl-prints.adb
+++ b/src/vhdl/vhdl-prints.adb
@@ -4530,6 +4530,8 @@ package body Vhdl.Prints is
Disp_Verification_Unit (Ctxt, Decl, Tok_Vmode);
when Iir_Kind_Vprop_Declaration =>
Disp_Verification_Unit (Ctxt, Decl, Tok_Vprop);
+ when Iir_Kind_Foreign_Module =>
+ raise Internal_Error;
end case;
end Disp_Design_Unit;