diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-02-10 07:52:03 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-02-10 07:52:53 +0100 |
commit | 2f9d5462b70ef1d261bcc7ffca4faaa85400d465 (patch) | |
tree | b171ee56d859f9b41bd3a3500a89b7e494af19b5 /src/vhdl/simulate/debugger.adb | |
parent | 8f82f32b357d5c5a9211d677b11297022336b038 (diff) | |
download | ghdl-2f9d5462b70ef1d261bcc7ffca4faaa85400d465.tar.gz ghdl-2f9d5462b70ef1d261bcc7ffca4faaa85400d465.tar.bz2 ghdl-2f9d5462b70ef1d261bcc7ffca4faaa85400d465.zip |
simul: add support of e8.
Diffstat (limited to 'src/vhdl/simulate/debugger.adb')
-rw-r--r-- | src/vhdl/simulate/debugger.adb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/vhdl/simulate/debugger.adb b/src/vhdl/simulate/debugger.adb index 54e1b42a1..bbb16e231 100644 --- a/src/vhdl/simulate/debugger.adb +++ b/src/vhdl/simulate/debugger.adb @@ -362,10 +362,7 @@ package body Debugger is return; end if; case Value.Kind is - when Iir_Value_I64 - | Iir_Value_F64 - | Iir_Value_E32 - | Iir_Value_B1 + when Iir_Value_Scalars | Iir_Value_Access => Disp_Iir_Value (Value, A_Type); when Iir_Value_Array => |