forked from Imagelibrary/rtems
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>
|
||||
|
||||
* rtems.adb: Remove gcc 4.x warnings.
|
||||
|
||||
@@ -1302,8 +1302,8 @@ pragma Elaborate_Body (RTEMS);
|
||||
procedure Region_Resize_Segment (
|
||||
ID : in RTEMS.ID;
|
||||
Segment : in RTEMS.Address;
|
||||
Old_Size : in RTEMS.Unsigned32;
|
||||
Size : out RTEMS.Unsigned32;
|
||||
Size : in RTEMS.Unsigned32;
|
||||
Old_Size : out RTEMS.Unsigned32;
|
||||
Result : out RTEMS.Status_Codes
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user