diff options
Diffstat (limited to 'ulib.c')
| -rw-r--r-- | ulib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ void* memmove(void *vdst, void *vsrc, int n) { char *dst, *src; - + dst = vdst; src = vsrc; while(n-- > 0) |
![]() |
index : xv6-riscv | |
| MIT xv6-RISCV kernel modified to RV64I base integer extension | Aditya N. Naik |
| summaryrefslogtreecommitdiff |