Changeset e16e0d59 in mainline for kernel/arch/ia32/src/interrupt.c
- Timestamp:
- 2009-03-17T20:33:18Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5eb90cb
- Parents:
- b1c8dc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/interrupt.c
rb1c8dc0 re16e0d59 52 52 #include <interrupt.h> 53 53 #include <ddi/irq.h> 54 55 #ifdef CONFIG_SYMTAB56 54 #include <symtab.h> 57 #endif58 55 59 56 /* … … 69 66 char *symbol; 70 67 71 #ifdef CONFIG_SYMTAB 72 symbol = get_symtab_entry(istate->eip); 73 if (!symbol) 74 symbol = ""; 75 #else 76 symbol = ""; 77 #endif 68 symbol = symtab_fmt_name_lookup(istate->eip); 78 69 79 70 if (CPU)
Note:
See TracChangeset
for help on using the changeset viewer.