Changeset 747a2476 in mainline for arch/ia32/src


Ignore:
Timestamp:
2005-05-31T18:51:45Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7dcbc0a1
Parents:
2b50d7c
Message:

Just cleanup.

Location:
arch/ia32/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/context.s

    r2b50d7c r747a2476  
    3131.global context_save
    3232.global context_restore
    33 .global fpu_context_save
    34 .global fpu_context_restore
    35 .global fpu_lazy_context_save
    36 .global fpu_lazy_context_restore
    3733
    3834
  • arch/ia32/src/interrupt.c

    r2b50d7c r747a2476  
    9191        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);
    9292        printf("stack: %X, %X, %X, %X\n", stack[4], stack[5], stack[6], stack[7]);
    93         panic("Stack fault\n");
     93        panic("stack fault\n");
    9494}
    9595
Note: See TracChangeset for help on using the changeset viewer.