Changeset 29a9f62 in mainline for libc/arch/mips32/src/entry.s
- Timestamp:
- 2006-03-23T10:33:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77bd004
- Parents:
- 1cef26f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/src/entry.s
r1cef26f r29a9f62 37 37 # 38 38 # 39 .ent __entry 39 40 __entry: 40 41 lui $28, _gp 41 42 43 # Mips o32 may store its arguments on stack, make space, 44 # so that it could work with -O0 45 addiu $sp, -16 46 47 jal __main 48 42 49 jal main 43 nop44 50 45 51 jal __exit 46 nop47 52 48 53 .end __entry
Note:
See TracChangeset
for help on using the changeset viewer.