Changeset 1f7cb3a in mainline for kernel/arch/mips32/src/start.S
- Timestamp:
- 2009-02-14T20:14:38Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74bcf5e
- Parents:
- 6c1f763
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/start.S
r6c1f763 r1f7cb3a 76 76 sw $at, EOFFSET_HI(\r) 77 77 78 #ifdef CONFIG_DEBUG_ALLREGS79 sw $s0, EOFFSET_S0(\r)80 sw $s1, EOFFSET_S1(\r)81 sw $s2, EOFFSET_S2(\r)82 sw $s3, EOFFSET_S3(\r)83 sw $s4, EOFFSET_S4(\r)84 sw $s5, EOFFSET_S5(\r)85 sw $s6, EOFFSET_S6(\r)86 sw $s7, EOFFSET_S7(\r)87 sw $s8, EOFFSET_S8(\r)88 #endif89 90 78 sw $gp, EOFFSET_GP(\r) 91 79 sw $ra, EOFFSET_RA(\r) … … 133 121 lw $t9, EOFFSET_T9(\r) 134 122 135 #ifdef CONFIG_DEBUG_ALLREGS136 lw $s0, EOFFSET_S0(\r)137 lw $s1, EOFFSET_S1(\r)138 lw $s2, EOFFSET_S2(\r)139 lw $s3, EOFFSET_S3(\r)140 lw $s4, EOFFSET_S4(\r)141 lw $s5, EOFFSET_S5(\r)142 lw $s6, EOFFSET_S6(\r)143 lw $s7, EOFFSET_S7(\r)144 lw $s8, EOFFSET_S8(\r)145 #endif146 123 lw $gp, EOFFSET_GP(\r) 147 124 lw $ra, EOFFSET_RA(\r)
Note:
See TracChangeset
for help on using the changeset viewer.