[rtems-central commit] spec: Fix integer type in test code

Sebastian Huber sebh at rtems.org
Fri Sep 9 06:01:16 UTC 2022


Module:    rtems-central
Branch:    master
Commit:    640aab13c2ada8a3672d8662deb3c00d02d566b8
Changeset: http://git.rtems.org/rtems-central/commit/?id=640aab13c2ada8a3672d8662deb3c00d02d566b8

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep  9 08:10:42 2022 +0200

spec: Fix integer type in test code

---

 spec/rtems/message/req/receive.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/rtems/message/req/receive.yml b/spec/rtems/message/req/receive.yml
index 7d57f694..a3dc0152 100644
--- a/spec/rtems/message/req/receive.yml
+++ b/spec/rtems/message/req/receive.yml
@@ -527,7 +527,7 @@ test-support: |
     );
   }
 
-  static void WorkerTask( unsigned int argument )
+  static void WorkerTask( rtems_task_argument argument )
   {
     Context *ctx = (Context *) argument;
     if ( ctx != NULL ) {



More information about the vc mailing list