Changeset 623ba26c in mainline for src/lib/func.c
- Timestamp:
- 2005-09-01T14:42:09Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e83a9f7
- Parents:
- db3341e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lib/func.c
rdb3341e r623ba26c 45 45 haltstate = 1; 46 46 cpu_priority_high(); 47 printf("cpu%d: halted\n", CPU->id); 47 if (CPU) 48 printf("cpu%d: halted\n", CPU->id); 49 else 50 printf("cpu: halted\n"); 48 51 cpu_halt(); 49 52 }
Note:
See TracChangeset
for help on using the changeset viewer.