- Timestamp:
- 2005-12-13T01:38:50Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a95b25
- Parents:
- c52ed6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/console/kconsole.c
rc52ed6b r5bb8e45 431 431 432 432 /* If we get a name, try to find it in symbol table */ 433 if (text[0] < '0' | text[0] > '9') {433 if (text[0] < '0' || text[0] > '9') { 434 434 if (text[0] == '&') { 435 435 isaddr = true;
Note:
See TracChangeset
for help on using the changeset viewer.