- Timestamp:
- 2005-05-11T00:14:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 00a44bc
- Parents:
- 79f1f38f
- Location:
- arch/mips
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/Makefile.inc
r79f1f38f r9db5b66 27 27 arch/interrupt.c \ 28 28 arch/cache.c \ 29 arch/lib/memstr.c \30 29 arch/cpu/cpu.c \ 31 30 arch/mm/frame.c \ -
arch/mips/src/asm.s
r79f1f38f r9db5b66 144 144 145 145 146 .global memsetb 147 memsetb: 148 j _memsetb 149 nop 150 146 151 # THIS IS USERSPACE CODE 147 152 .global utext
Note:
See TracChangeset
for help on using the changeset viewer.