Changeset 2a0b721 in rtems for testsuites/sptests


Ignore:
Timestamp:
08/18/95 21:44:46 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
61361688
Parents:
94179e0
Message:

Changed to reflect adding object class to id

Added "0x" to printf of id

Location:
testsuites/sptests/sp25
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/sp25/sp25.scn

    r94179e0 r2a0b721  
    11*** TEST 25 ***
    2 TA1 - rtems_region_ident - 00010002
     2TA1 - rtems_region_ident - 0x18010002
    33TA1 - rtems_region_get_segment - wait on 64 byte segment from region 1
    44TA1 - got segment from region 1 - 0x0000f9b8
  • testsuites/sptests/sp25/task1.c

    r94179e0 r2a0b721  
    3737
    3838  status = rtems_region_ident(Region_name[ 1 ], &region_id);
    39   printf( "TA1 - rtems_region_ident - %08x\n", region_id );
     39  printf( "TA1 - rtems_region_ident - 0x%08x\n", region_id );
    4040  directive_failed(status, "rtems_region_ident of RN01");
    4141
Note: See TracChangeset for help on using the changeset viewer.