bug fix: did not work when procedure descriptors started on block boundary
This commit is contained in:
parent
304f03a836
commit
1d98b5fd02
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ lblbuf:
|
||||||
|
|
||||||
datloop:
|
datloop:
|
||||||
cmp r4,saver1 / descriptor over middle?
|
cmp r4,saver1 / descriptor over middle?
|
||||||
ble 9f / no? go ahead
|
blt 9f / no? go ahead
|
||||||
jsr pc,blshift / yes? shift block down, read next
|
jsr pc,blshift / yes? shift block down, read next
|
||||||
|
|
||||||
9: dec ndatad / still data to initialize?
|
9: dec ndatad / still data to initialize?
|
||||||
|
|
Loading…
Reference in a new issue