fix: sbu was wrong for 4-4

This commit is contained in:
ceriel 1987-07-09 17:46:31 +00:00
parent d61fe61b66
commit f12358bfb0

View file

@ -20,7 +20,7 @@ sbu_l: adroff ; move.w (a5),d0
0: checksize
2: move.w (sp)+,d1 ; sub.w d1,(sp)
jmp (a4)
4: move.w (sp)+,d1 ; sub.l d1,(sp)
4: move.l (sp)+,d1 ; sub.l d1,(sp)
jmp (a4)
!------------------------------------------------------------------------------