Changeset 9d3e185 in mainline
- Timestamp:
- 2006-03-20T13:51:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53f9821
- Parents:
- 1b109cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/start.S
r1b109cb r9d3e185 236 236 #define SS_STATUS 24 237 237 #define SS_EPC 28 238 #define SS_RA 32239 238 uspace_shortcut: 240 239 # We have a lot of space on the stack, with free use 241 240 sw $sp, SS_SP($k0) 242 241 move $sp, $k0 243 sw $ra, SS_RA($k0)244 242 245 243 mfc0 $t1, $epc … … 258 256 sw $v0, SS_ARG4($sp) # save v0 - arg4 to stack 259 257 260 # Restore RA261 lw $ra, SS_RA($sp)262 263 258 # restore epc+4 264 259 lw $t0,SS_EPC($sp)
Note:
See TracChangeset
for help on using the changeset viewer.