Changeset fbf7b4c in mainline for generic/src/sysinfo/sysinfo.c
- Timestamp:
- 2006-06-18T10:52:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e600ec4
- Parents:
- 281994b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/sysinfo/sysinfo.c
r281994b rfbf7b4c 245 245 } 246 246 247 printf("%s %s val:%d(% X) sub:%s\n", root->name, vtype, val, val, (root->subinfo_type == SYSINFO_SUBINFO_NONE) ? "NON" : ((root->subinfo_type == SYSINFO_SUBINFO_TABLE) ? "TAB" : "FUN"));247 printf("%s %s val:%d(%x) sub:%s\n", root->name, vtype, val, val, (root->subinfo_type == SYSINFO_SUBINFO_NONE) ? "NON" : ((root->subinfo_type == SYSINFO_SUBINFO_TABLE) ? "TAB" : "FUN")); 248 248 249 249 if (root->subinfo_type == SYSINFO_SUBINFO_TABLE)
Note:
See TracChangeset
for help on using the changeset viewer.