diff options
Diffstat (limited to 'simulate/debugger.adb')
-rw-r--r-- | simulate/debugger.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulate/debugger.adb b/simulate/debugger.adb index b20c4e7db..0a65b9105 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; |