1
0
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:
tim.newsham
2008-05-03 01:34:09 +00:00
parent bcd32b5fbf
commit 39ee4e1894
2 changed files with 14 additions and 0 deletions

View File

@@ -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