Ignore:
Timestamp:
2009-02-14T20:14:38Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
74bcf5e
Parents:
6c1f763
Message:

Get rid of CONFIG_DEBUG_ALLREGS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/include/interrupt.h

    r6c1f763 r1f7cb3a  
    7272typedef struct {
    7373        uint64_t rax;
    74         uint64_t rbx;
    7574        uint64_t rcx;
    7675        uint64_t rdx;
     
    8180        uint64_t r10;
    8281        uint64_t r11;
    83         uint64_t r12;
    84         uint64_t r13;
    85         uint64_t r14;
    86         uint64_t r15;
    87         uint64_t rbp;
    8882        uint64_t error_word;
    8983        uint64_t rip;
Note: See TracChangeset for help on using the changeset viewer.