Changeset 6e716a59 in mainline for generic/src/interrupt/interrupt.c


Ignore:
Timestamp:
2005-12-10T15:05:46Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
72f5866d
Parents:
a3ac9a7
Message:

Added calling of generic functions to kconsole.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/interrupt/interrupt.c

    ra3ac9a7 r6e716a59  
    9191
    9292        spinlock_lock(&exctbl_lock);
    93         printf("Exc Handler    Description\n");
     93        printf("Exc Description Handler\n");
    9494        for (i=0; i < IVT_ITEMS; i++) {
    9595                symbol = get_symtab_entry((__native)exc_table[i].f);
Note: See TracChangeset for help on using the changeset viewer.