Changeset 402fc8bf in mainline for generic/src/interrupt/interrupt.c
- Timestamp:
- 2005-12-10T11:32:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 208189f
- Parents:
- aace6624
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/interrupt/interrupt.c
raace6624 r402fc8bf 100 100 if (!((i+1) % 20)) { 101 101 printf("Press any key to continue."); 102 spinlock_unlock(&exctbl_lock); 102 103 getc(stdin); 104 spinlock_lock(&exctbl_lock); 103 105 printf("\n"); 104 106 }
Note:
See TracChangeset
for help on using the changeset viewer.