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/mips32/include/exception.h

    r6c1f763 r1f7cb3a  
    7474        uint32_t t6;
    7575        uint32_t t7;
    76         uint32_t s0;
    77         uint32_t s1;
    78         uint32_t s2;
    79         uint32_t s3;
    80         uint32_t s4;
    81         uint32_t s5;
    82         uint32_t s6;
    83         uint32_t s7;
    8476        uint32_t t8;
    8577        uint32_t t9;
    8678        uint32_t gp;
    8779        uint32_t sp;
    88         uint32_t s8;
    8980        uint32_t ra;
    9081       
Note: See TracChangeset for help on using the changeset viewer.