Changeset 22f7769 in mainline for src/lib/func.c
- Timestamp:
- 2005-10-17T23:31:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b2c872d
- Parents:
- 75eacab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lib/func.c
r75eacab r22f7769 44 44 { 45 45 haltstate = 1; 46 cpu_priority_high();46 interrupts_disable(); 47 47 if (CPU) 48 48 printf("cpu%d: halted\n", CPU->id);
Note:
See TracChangeset
for help on using the changeset viewer.