mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2005-05-23 Joel Sherrill <joel@OARcorp.com>
PR rtems_misc/795 * rtems.ads: Fix parameter ordering.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-05-23 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
PR rtems_misc/795
|
||||||
|
* rtems.ads: Fix parameter ordering.
|
||||||
|
|
||||||
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* rtems.adb: Remove gcc 4.x warnings.
|
* rtems.adb: Remove gcc 4.x warnings.
|
||||||
|
|||||||
@@ -1302,8 +1302,8 @@ pragma Elaborate_Body (RTEMS);
|
|||||||
procedure Region_Resize_Segment (
|
procedure Region_Resize_Segment (
|
||||||
ID : in RTEMS.ID;
|
ID : in RTEMS.ID;
|
||||||
Segment : in RTEMS.Address;
|
Segment : in RTEMS.Address;
|
||||||
Old_Size : in RTEMS.Unsigned32;
|
Size : in RTEMS.Unsigned32;
|
||||||
Size : out RTEMS.Unsigned32;
|
Old_Size : out RTEMS.Unsigned32;
|
||||||
Result : out RTEMS.Status_Codes
|
Result : out RTEMS.Status_Codes
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user