Added the recording of the submit type.

This commit is contained in:
Jennifer Averett
2000-01-05 17:18:51 +00:00
parent 58243b42f5
commit 466b8882ce
2 changed files with 2 additions and 0 deletions

View File

@@ -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 ) )

View File

@@ -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 ) )