aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-11-17 05:56:14 +0100
committerTristan Gingold <tgingold@free.fr>2014-11-17 05:56:14 +0100
commitf0fc4fdc5a5a2400a084a0bfe775550d3f816f60 (patch)
treed030563274e52d22ed3b32709ebdafc68d474d61 /src
parent415d1c1b4bd0c881ac14bf132673e24c3e56b2a7 (diff)
downloadghdl-f0fc4fdc5a5a2400a084a0bfe775550d3f816f60.tar.gz
ghdl-f0fc4fdc5a5a2400a084a0bfe775550d3f816f60.tar.bz2
ghdl-f0fc4fdc5a5a2400a084a0bfe775550d3f816f60.zip
ortho_debug: fix incorrect assertion (don't handle array_sub).
Diffstat (limited to 'src')
-rw-r--r--src/ortho/debug/ortho_debug-disp.adb7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ortho/debug/ortho_debug-disp.adb b/src/ortho/debug/ortho_debug-disp.adb
index 2725668bb..7067056a7 100644
--- a/src/ortho/debug/ortho_debug-disp.adb
+++ b/src/ortho/debug/ortho_debug-disp.adb
@@ -442,13 +442,6 @@ package body Ortho_Debug.Disp is
is
Known : constant Boolean := Ctype /= O_Tnode_Null;
begin
- -- Sanity check.
- if Known then
- if Ctype /= C.Ctype then
- raise Program_Error;
- end if;
- end if;
-
case C.Kind is
when OC_Unsigned_Lit =>
if False and then (C.U_Val >= Character'Pos(' ')