Changeset 8d25b44 in mainline for arch/mips32/src/start.S
- Timestamp:
- 2006-03-20T10:51:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b109cb
- Parents:
- ad64a2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/start.S
rad64a2d r8d25b44 70 70 sw $at, EOFFSET_HI(\r) 71 71 72 #ifdef CONFIG_DEBUG_ALLREGS 72 73 sw $s0,EOFFSET_S0(\r) 73 74 sw $s1,EOFFSET_S1(\r) … … 78 79 sw $s6,EOFFSET_S6(\r) 79 80 sw $s7,EOFFSET_S7(\r) 80 sw $s8,EOFFSET_S8(\r) 81 sw $s8,EOFFSET_S8(\r) 82 #endif 83 81 84 sw $gp,EOFFSET_GP(\r) 82 85 sw $ra,EOFFSET_RA(\r) … … 106 109 lw $t8,EOFFSET_T8(\r) 107 110 lw $t9,EOFFSET_T9(\r) 111 112 #ifdef CONFIG_DEBUG_ALLREGS 108 113 lw $s0,EOFFSET_S0(\r) 109 114 lw $s1,EOFFSET_S1(\r) … … 115 120 lw $s7,EOFFSET_S7(\r) 116 121 lw $s8,EOFFSET_S8(\r) 122 #endif 117 123 lw $gp,EOFFSET_GP(\r) 118 124 lw $ra,EOFFSET_RA(\r)
Note:
See TracChangeset
for help on using the changeset viewer.