aboutsummaryrefslogtreecommitdiffstats
path: root/simulate/debugger.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-09-05 06:05:19 +0200
committerTristan Gingold <tgingold@free.fr>2014-09-05 06:05:19 +0200
commitfe6ff5794545ce9f7d00985b55cf9d5b18725ea0 (patch)
tree9a61d61c8981ac292c27a94a2cf5c9aa1bf62143 /simulate/debugger.adb
parent6d8c5299f20b4cd8f1e049f7eea454c00a3102b7 (diff)
downloadghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.tar.gz
ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.tar.bz2
ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.zip
First run (using mcode) of OSVVM_2014_01.
Diffstat (limited to 'simulate/debugger.adb')
-rw-r--r--simulate/debugger.adb2
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 =>