forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user