mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2024-11-19 16:32:45 +00:00
Fix multi-block write bug
This commit is contained in:
parent
a0617e17a1
commit
c7e7cb987b
@ -478,7 +478,7 @@ DrvrDidSendWrite ; completion routine for the above control call..
|
||||
|
||||
cmp.l D0,D1
|
||||
beq.s .sentAllOfChunk
|
||||
and.l #32-1,D0
|
||||
and.l #(32-1)*512,D0
|
||||
beq.s .sentAllOfChunk
|
||||
bra DrvrSendWrite
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user