Changeset 2bd4fdf in mainline for arch/mips/include/context.h


Ignore:
Timestamp:
2005-09-06T23:10:17Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b512a8
Parents:
2c9de7e
Message:

MIPS bug fixes.
Added usermode to MIPS, unfortunately impossible to test until
MM is ready.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/include/context.h

    r2c9de7e r2bd4fdf  
    6363#define EOFFSET_GP 104
    6464#define EOFFSET_RA 108
    65 #define EOFFSET_LO 112
    66 #define EOFFSET_HI 116
     65#define EOFFSET_SP 112
    6766
    68 #define REGISTER_SPACE 120
     67#define EOFFSET_LO 116
     68#define EOFFSET_HI 120
     69#define EOFFSET_STATUS 124
     70
     71#define REGISTER_SPACE 128
    6972
    7073/*
Note: See TracChangeset for help on using the changeset viewer.