summaryrefslogtreecommitdiff
path: root/simulate/debugger.adb
diff options
context:
space:
mode:
authorTristan Gingold2014-06-27 05:10:13 +0200
committerTristan Gingold2014-06-27 05:10:13 +0200
commit788ee650988ef93a947c6804c45dda54ed7d7c4f (patch)
tree6ae777e238be257900fdf2110b10da4a07b541c0 /simulate/debugger.adb
parent7fe7bdb1b5b0250c213526208a03445f58fba92d (diff)
downloadghdl-788ee650988ef93a947c6804c45dda54ed7d7c4f.tar.gz
ghdl-788ee650988ef93a947c6804c45dda54ed7d7c4f.tar.bz2
ghdl-788ee650988ef93a947c6804c45dda54ed7d7c4f.zip
simulate: fix nbr_objects, improve display of arrays.
Diffstat (limited to 'simulate/debugger.adb')
-rw-r--r--simulate/debugger.adb2
1 files changed, 1 insertions, 1 deletions
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;