forked from Imagelibrary/rtems
2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems.adb, rtems.ads: Fix prototype.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* rtems.adb, rtems.ads: Fix prototype.
|
||||||
|
|
||||||
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* rtems.adb, rtems.ads: Refactored rtems_clock_get into 5 methods
|
* rtems.adb, rtems.ads: Refactored rtems_clock_get into 5 methods
|
||||||
|
|||||||
@@ -1170,7 +1170,7 @@ package body RTEMS is
|
|||||||
Buffer : in RTEMS.Address;
|
Buffer : in RTEMS.Address;
|
||||||
Option_Set : in RTEMS.Option;
|
Option_Set : in RTEMS.Option;
|
||||||
Timeout : in RTEMS.Interval;
|
Timeout : in RTEMS.Interval;
|
||||||
Size : out RTEMS.Unsigned32;
|
Size : in out RTEMS.Unsigned32;
|
||||||
Result : out RTEMS.Status_Codes
|
Result : out RTEMS.Status_Codes
|
||||||
) is
|
) is
|
||||||
function Message_Queue_Receive_Base (
|
function Message_Queue_Receive_Base (
|
||||||
@@ -1185,6 +1185,8 @@ package body RTEMS is
|
|||||||
Size_Base : aliased RTEMS.Unsigned32;
|
Size_Base : aliased RTEMS.Unsigned32;
|
||||||
begin
|
begin
|
||||||
|
|
||||||
|
Size_Base := Size;
|
||||||
|
|
||||||
Result := Message_Queue_Receive_Base (
|
Result := Message_Queue_Receive_Base (
|
||||||
ID,
|
ID,
|
||||||
Buffer,
|
Buffer,
|
||||||
|
|||||||
@@ -973,7 +973,7 @@ pragma Elaborate_Body (RTEMS);
|
|||||||
Buffer : in RTEMS.Address;
|
Buffer : in RTEMS.Address;
|
||||||
Option_Set : in RTEMS.Option;
|
Option_Set : in RTEMS.Option;
|
||||||
Timeout : in RTEMS.Interval;
|
Timeout : in RTEMS.Interval;
|
||||||
Size : out RTEMS.Unsigned32;
|
Size : in out RTEMS.Unsigned32;
|
||||||
Result : out RTEMS.Status_Codes
|
Result : out RTEMS.Status_Codes
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user