diff options
Diffstat (limited to 'simulate/debugger.adb')
-rw-r--r-- | simulate/debugger.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulate/debugger.adb b/simulate/debugger.adb index 1677efa58..5a43533d6 100644 --- a/simulate/debugger.adb +++ b/simulate/debugger.adb @@ -318,7 +318,7 @@ package body Debugger is when Iir_Value_I64 | Iir_Value_F64 | Iir_Value_E32 - | Iir_Value_B2 + | Iir_Value_B1 | Iir_Value_Access => Disp_Iir_Value (Value, A_Type); when Iir_Value_Array => |