Changeset 23c8be7f in mainline
- Timestamp:
- 2010-09-02T19:57:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3fb3c1fc
- Parents:
- ce890ec9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/start.S
rce890ec9 r23c8be7f 356 356 357 357 userspace_asm: 358 add $sp, $a0,0359 add $v0, $a1, 0360 add $t9, $a2, 0/* set up correct entry into PIC code */358 move $sp, $a0 359 move $v0, $a1 360 move $t9, $a2 /* set up correct entry into PIC code */ 361 361 xor $a0, $a0, $a0 /* $a0 is defined to hold pcb_ptr */ 362 362 /* set it to 0 */
Note:
See TracChangeset
for help on using the changeset viewer.