Changeset 12c7f27 in mainline for arch/mips32/src/start.S
- Timestamp:
- 2006-04-22T23:35:20Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ecc8bce
- Parents:
- cf85e24c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/start.S
rcf85e24c r12c7f27 187 187 lui $gp, 0x8000 188 188 189 jal main_bsp 190 nop 191 189 jal arch_pre_main 190 nop 191 192 j main_bsp 193 nop 192 194 193 195 .space TEMP_STACK_SIZE … … 322 324 add $t9, $a2, 0 # Set up correct entry into PIC code 323 325 eret 324
Note:
See TracChangeset
for help on using the changeset viewer.