Changeset 18e0a6c in mainline for arch/ia32/src/interrupt.c
- Timestamp:
- 2005-06-09T23:43:45Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74df77d
- Parents:
- d896525
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/interrupt.c
rd896525 r18e0a6c 112 112 void page_fault(__u8 n, __u32 stack[]) 113 113 { 114 printf("page fault address: %X\n", cpu_read_cr2());114 printf("page fault address: %X\n", read_cr2()); 115 115 printf("stack[0]=%X, %%eip=%X, %%cs=%X, flags=%X\n", stack[0], stack[1], stack[2], stack[3]); 116 116 printf("%%eax=%L, %%ebx=%L, %%ecx=%L, %%edx=%L,\n%%edi=%L, %%esi=%L, %%ebp=%L, %%esp=%L\n", stack[-2], stack[-5], stack[-3], stack[-4], stack[-9], stack[-8], stack[-1], stack);
Note:
See TracChangeset
for help on using the changeset viewer.