Changeset 9863dbf in rtems for c/src/lib/libmisc
- Timestamp:
- 08/18/95 21:42:58 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0f592fba
- Parents:
- 95fbca1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libmisc/monitor/mon-object.c
r95fbca1 r9863dbf 121 121 #if 0 122 122 /* XXX Uncomment this when types are added to id's */ 123 if (rtems_get_ type(id) != RTEMS_OBJECT_INVALID)124 type = rtems_get_ type(id);123 if (rtems_get_class(id) != OBJECTS_NO_CLASS) 124 type = rtems_get_class(id); 125 125 126 126 id = _Objects_Build_id(type, default_node, rtems_get_index(id)); 127 127 #else 128 id = _Objects_Build_id(default_node, rtems_get_index(id)); 128 #warning "TONY... FIX ME!!!!!" 129 #if defined(hppa1_1) 130 #error "TONY... I SAID TO FIX ME!!!!! <HAHAHAHAHA>" 131 #endif 132 id = _Objects_Build_id(0, default_node, rtems_get_index(id)); 129 133 #endif 130 134 }
Note: See TracChangeset
for help on using the changeset viewer.