Changeset 4d77f725 in rtems
- Timestamp:
- 08/01/22 07:14:07 (8 months ago)
- Branches:
- master
- Children:
- 071640d
- Parents:
- 1c6ac88
- git-author:
- Sebastian Huber <sebastian.huber@…> (08/01/22 07:14:07)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (08/01/22 07:15:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/sp54/init.c
r1c6ac88 r4d77f725 89 89 rtems_test_assert( *p == 0xcf ); 90 90 91 p = (unsigned char *) _Thread_Information.Objects. local_table;91 p = (unsigned char *) _Thread_Information.Objects.initial_objects; 92 92 rtems_test_assert( *p == 0xcf ); 93 93 } … … 107 107 rtems_test_assert( *p == 0 ); 108 108 109 p = (unsigned char *) _Thread_Information.Objects. local_table;109 p = (unsigned char *) _Thread_Information.Objects.initial_objects; 110 110 rtems_test_assert( *p == 0 ); 111 111 }
Note: See TracChangeset
for help on using the changeset viewer.