diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-11-17 05:56:14 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-11-17 05:56:14 +0100 |
commit | f0fc4fdc5a5a2400a084a0bfe775550d3f816f60 (patch) | |
tree | d030563274e52d22ed3b32709ebdafc68d474d61 /src/ortho/debug | |
parent | 415d1c1b4bd0c881ac14bf132673e24c3e56b2a7 (diff) | |
download | ghdl-f0fc4fdc5a5a2400a084a0bfe775550d3f816f60.tar.gz ghdl-f0fc4fdc5a5a2400a084a0bfe775550d3f816f60.tar.bz2 ghdl-f0fc4fdc5a5a2400a084a0bfe775550d3f816f60.zip |
ortho_debug: fix incorrect assertion (don't handle array_sub).
Diffstat (limited to 'src/ortho/debug')
-rw-r--r-- | src/ortho/debug/ortho_debug-disp.adb | 7 |
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(' ') |