2003-07-08 Joel Sherrill <joel@OARcorp.com>

PR 418/ada
	* rtems.adb: Add missing all keyword to derefence pointer.
This commit is contained in:
Joel Sherrill
2003-07-08 16:38:46 +00:00
parent 581a89ed79
commit 6a8bab6a69
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-07-08 Joel Sherrill <joel@OARcorp.com>
PR 418/ada
* rtems.adb: Add missing all keyword to derefence pointer.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -1665,7 +1665,7 @@ package body RTEMS is
Interfaces.C.To_C (Name),
Device_Info_Base'Unchecked_Access
);
Device_Info := Device_Info_Base;
Device_Info.All := Device_Info_Base;
end IO_Lookup_Name;