mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-05-04 07:08:29 +00:00
- there was a missing branch in bread when copying data to userland.
I think I got this right, but it would be good if someone checked it over.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
/ of users data
|
||||
movb (r5)+,(r2)+ / move data from the I/O buffer
|
||||
dec r3 / to the user's area in core starting at u.base
|
||||
bne 1b
|
||||
tst u.count / done
|
||||
beq 1f / yes, return
|
||||
tst -(r0) / no, point r0 to the argument again
|
||||
|
||||
Reference in New Issue
Block a user