Changeset c7c0b89b in mainline for arch/mips32/src/start.S
- Timestamp:
- 2006-04-22T18:05:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 613bc54
- Parents:
- 68091bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/start.S
r68091bd rc7c0b89b 252 252 mtc0 $t0, $status 253 253 254 li $t4, 2 # SYS_INT_CONTROL 255 beq $t4, $v0, sysc_int_control 256 nop 257 254 258 # CALL Syscall handler 255 259 jal syscall_handler 256 260 sw $v0, SS_ARG4($sp) # save v0 - arg4 to stack 257 261 262 sysc_exit: 258 263 # restore status 259 264 mfc0 $t0, $status … … 276 281 eret 277 282 283 sysc_int_control: 284 jal ddi_int_control 285 addi $a1, $sp, SS_STATUS 286 287 j sysc_exit 288 nop 289 278 290 tlb_refill_handler: 279 291 KERNEL_STACK_TO_K0
Note:
See TracChangeset
for help on using the changeset viewer.