From 788ee650988ef93a947c6804c45dda54ed7d7c4f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 27 Jun 2014 05:10:13 +0200 Subject: simulate: fix nbr_objects, improve display of arrays. --- simulate/debugger.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulate/debugger.adb') diff --git a/simulate/debugger.adb b/simulate/debugger.adb index b20c4e7..0a65b91 100644 --- a/simulate/debugger.adb +++ b/simulate/debugger.adb @@ -1320,7 +1320,7 @@ package body Debugger is -- Add STD Add_Name (Libraries.Std_Library, Std_Names.Name_Std, False); - Use_All_Names (Std_Package.Std_Standard_Unit); + Use_All_Names (Std_Package.Standard_Package); Foreach_Scopes (Node, Add_Decls_For'Access); end Enter_Scope; -- cgit