aboutsummaryrefslogtreecommitdiffstats
path: root/disp_tree.adb
diff options
context:
space:
mode:
Diffstat (limited to 'disp_tree.adb')
-rw-r--r--disp_tree.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/disp_tree.adb b/disp_tree.adb
index 4fc44166d..7e72a125c 100644
--- a/disp_tree.adb
+++ b/disp_tree.adb
@@ -12,7 +12,7 @@
-- for more details.
--
-- You should have received a copy of the GNU General Public License
--- along with GCC; see the file COPYING. If not, write to the Free
+-- along with GHDL; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
with Ada.Text_IO; use Ada.Text_IO;
@@ -1018,7 +1018,8 @@ package body Disp_Tree is
end if;
Header ("wait_state:", False);
Disp_State (Get_Wait_State (Tree));
-
+ Header ("all_sensitized_state: " & Iir_All_Sensitized'Image
+ (Get_All_Sensitized_State (Tree)));
Header ("subprogram_depth:", False);
Disp_Depth (Get_Subprogram_Depth (Tree));
Header ("subprogram_body:");