forked from Imagelibrary/rtems
Added the recording of the submit type.
This commit is contained in:
@@ -81,6 +81,7 @@ CORE_message_queue_Status _CORE_message_queue_Submit(
|
||||
size
|
||||
);
|
||||
*(unsigned32 *)the_thread->Wait.return_argument_1 = size;
|
||||
the_thread->Wait.count = submit_type;
|
||||
|
||||
#if defined(RTEMS_MULTIPROCESSING)
|
||||
if ( !_Objects_Is_local_id( the_thread->Object.id ) )
|
||||
|
||||
@@ -81,6 +81,7 @@ CORE_message_queue_Status _CORE_message_queue_Submit(
|
||||
size
|
||||
);
|
||||
*(unsigned32 *)the_thread->Wait.return_argument_1 = size;
|
||||
the_thread->Wait.count = submit_type;
|
||||
|
||||
#if defined(RTEMS_MULTIPROCESSING)
|
||||
if ( !_Objects_Is_local_id( the_thread->Object.id ) )
|
||||
|
||||
Reference in New Issue
Block a user