Changeset 65513a5 in mainline for kernel/arch/amd64/src/interrupt.c


Ignore:
Timestamp:
2009-03-18T10:26:43Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
312cc68
Parents:
692b30dc
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/interrupt.c

    r692b30dc r65513a5  
    6666        char *symbol;
    6767
    68         symbol = symtab_fmt_name_lookup((istate->rip);
     68        symbol = symtab_fmt_name_lookup(istate->rip);
    6969
    7070        printf("-----EXCEPTION(%d) OCCURED----- ( %s )\n", n, __func__);
Note: See TracChangeset for help on using the changeset viewer.