Changeset 10a2e22 in mainline for arch/ia32/src/interrupt.c


Ignore:
Timestamp:
2005-04-30T00:37:35Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ed0dd65
Parents:
babcb148
Message:

ACPI update (RSDT/XSDT configuration).
Cosmetic changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/interrupt.c

    rbabcb148 r10a2e22  
    8787        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);
    8888        printf("stack: %X, %X, %X, %X\n", stack[4], stack[5], stack[6], stack[7]);
    89         panic("page fault\n");
     89        printf("page fault\n");
     90        cpu_halt();
    9091}
    9192
Note: See TracChangeset for help on using the changeset viewer.