mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
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-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove (Merged into ../configure.ac).
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove (Merged into ../configure.ac).
|
||||
|
||||
@@ -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