Changeset c98e6ee in mainline for kernel/arch/mips32/src/start.S
- Timestamp:
- 2008-07-08T16:05:45Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f93f168
- Parents:
- b7f9087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/start.S
rb7f9087 rc98e6ee 350 350 add $sp, $a0, 0 351 351 add $v0, $a1, 0 352 add $t9, $a2, 0 # Set up correct entry into PIC code 353 eret 352 add $t9, $a2, 0 # Set up correct entry into PIC code 353 xor $a0, $a0, $a0 # $a0 is defined to hold pcb_ptr 354 # set it to 0 355 eret
Note:
See TracChangeset
for help on using the changeset viewer.