Changeset e3b9572 in mainline for arch/ia32/src/interrupt.c
- Timestamp:
- 2005-09-01T09:42:10Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1dde3b61
- Parents:
- c842f04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/interrupt.c
rc842f04 re3b9572 84 84 printf("stack: %X, %X, %X, %X\n", stack[4], stack[5], stack[6], stack[7]); 85 85 panic("general protection fault\n"); 86 stack[1]++;87 86 } 88 87
Note:
See TracChangeset
for help on using the changeset viewer.