Changeset 44c259c in mainline for arch/mips32/src/asm.S
- Timestamp:
- 2006-01-15T18:35:45Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77147d6
- Parents:
- ae10582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/asm.S
rae10582 r44c259c 296 296 j $ra 297 297 nop 298 299 # THIS IS USERSPACE CODE300 .global utext301 utext:302 j $31303 nop304 utext_end:305 306 .data307 .global utext_size308 utext_size:309 .long utext_end-utext310 311
Note:
See TracChangeset
for help on using the changeset viewer.