Changed to reflect adding object class to id

Added "0x" to printf of id
This commit is contained in:
Joel Sherrill
1995-08-18 21:44:46 +00:00
parent 94179e0f24
commit 2a0b721738
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
*** TEST 25 ***
TA1 - rtems_region_ident - 00010002
TA1 - rtems_region_ident - 0x18010002
TA1 - rtems_region_get_segment - wait on 64 byte segment from region 1
TA1 - got segment from region 1 - 0x0000f9b8
TA1 - rtems_region_get_segment - wait on 128 byte segment from region 1

View File

@@ -36,7 +36,7 @@ rtems_task Task_1(
rtems_id region_id;
status = rtems_region_ident(Region_name[ 1 ], &region_id);
printf( "TA1 - rtems_region_ident - %08x\n", region_id );
printf( "TA1 - rtems_region_ident - 0x%08x\n", region_id );
directive_failed(status, "rtems_region_ident of RN01");
puts(

View File

@@ -1,5 +1,5 @@
*** TEST 25 ***
TA1 - rtems_region_ident - 00010002
TA1 - rtems_region_ident - 0x18010002
TA1 - rtems_region_get_segment - wait on 64 byte segment from region 1
TA1 - got segment from region 1 - 0x0000f9b8
TA1 - rtems_region_get_segment - wait on 128 byte segment from region 1

View File

@@ -36,7 +36,7 @@ rtems_task Task_1(
rtems_id region_id;
status = rtems_region_ident(Region_name[ 1 ], &region_id);
printf( "TA1 - rtems_region_ident - %08x\n", region_id );
printf( "TA1 - rtems_region_ident - 0x%08x\n", region_id );
directive_failed(status, "rtems_region_ident of RN01");
puts(