From 1bc00453a725214de4964add2b7f8423d1a5d2da Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 1 Jul 2014 05:43:37 +0200 Subject: vhdl08: add oread, hread. --- simulate/debugger.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'simulate') diff --git a/simulate/debugger.adb b/simulate/debugger.adb index 0a65b9105..37419bb1e 100644 --- a/simulate/debugger.adb +++ b/simulate/debugger.adb @@ -1237,7 +1237,8 @@ package body Debugger is | Iir_Kind_Exit_Statement | Iir_Kind_Procedure_Call_Statement | Iir_Kind_If_Statement - | Iir_Kind_While_Loop_Statement => + | Iir_Kind_While_Loop_Statement + | Iir_Kind_Case_Statement => Foreach_Scopes (Get_Parent (N), Handler); when Iir_Kind_For_Loop_Statement -- cgit v1.2.3