Changes in kernel/arch/mips32/src/asm.S [cb4f078:da52547] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/asm.S
rcb4f078 rda52547 57 57 nop 58 58 59 .global memsetb 60 memsetb: 61 j _memsetb 62 nop 63 64 .global memsetw 65 memsetw: 66 j _memsetw 67 nop 68 69 .global memcpy 59 70 .global memcpy_from_uspace 60 71 .global memcpy_to_uspace 61 72 .global memcpy_from_uspace_failover_address 62 73 .global memcpy_to_uspace_failover_address 74 memcpy: 63 75 memcpy_from_uspace: 64 76 memcpy_to_uspace:
Note:
See TracChangeset
for help on using the changeset viewer.