Changeset 65513a5 in mainline
- Timestamp:
- 2009-03-18T10:26:43Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 312cc68
- Parents:
- 692b30dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/interrupt.c
r692b30dc r65513a5 66 66 char *symbol; 67 67 68 symbol = symtab_fmt_name_lookup( (istate->rip);68 symbol = symtab_fmt_name_lookup(istate->rip); 69 69 70 70 printf("-----EXCEPTION(%d) OCCURED----- ( %s )\n", n, __func__);
Note:
See TracChangeset
for help on using the changeset viewer.