Changeset e99ff42 in rtems
- Timestamp:
- Jun 12, 2003, 3:40:14 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a978589
- Parents:
- 6381642a
- Location:
- cpukit/score
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/ChangeLog
r6381642a re99ff42 1 2003-06-12 Joel Sherrill <joel@OARcorp.com> 2 3 * src/objectmp.c: Removed warnings. 4 1 5 2003-03-18 Till Straumann <strauman@slac.stanford.edu> 2 6 -
cpukit/score/src/objectmp.c
r6381642a re99ff42 164 164 Chain_Node *the_node; 165 165 Objects_MP_Control *the_object; 166 unsigned32 name_to_use = the_name; /* XXX only fixed length names */ 166 unsigned32 name_to_use; 167 168 name_to_use = *(unsigned32 *)the_name; /* XXX only fixed length names */ 167 169 168 170 if ( nodes_to_search > _Objects_Maximum_nodes )
Note: See TracChangeset
for help on using the changeset viewer.