diff options
author | Tristan Gingold | 2016-01-27 05:58:56 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-27 18:49:25 +0100 |
commit | ed5fdc7c5fee59ad06d3eed78c7505fc22009f95 (patch) | |
tree | f991c69675cc2b0dc7f1735c5692f51bceecd827 /src/vhdl/simulate/debugger.adb | |
parent | bbdcad893c34119c56812b9936fbc5e2dcc62f5c (diff) | |
download | ghdl-master.tar.gz ghdl-master.tar.bz2 ghdl-master.zip |
Diffstat (limited to 'src/vhdl/simulate/debugger.adb')
-rw-r--r-- | src/vhdl/simulate/debugger.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/simulate/debugger.adb b/src/vhdl/simulate/debugger.adb index e690aed..a08f87f 100644 --- a/src/vhdl/simulate/debugger.adb +++ b/src/vhdl/simulate/debugger.adb @@ -376,7 +376,8 @@ package body Debugger is when Iir_Value_File | Iir_Value_Protected | Iir_Value_Quantity - | Iir_Value_Terminal => + | Iir_Value_Terminal + | Iir_Value_Environment => raise Internal_Error; end case; end Disp_Signal; |