aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/debugger.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/debugger.adb')
-rw-r--r--src/vhdl/simulate/debugger.adb5
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 =>