fix: sbu was wrong for 4-4
This commit is contained in:
parent
a633da255c
commit
4fbb89341f
@ -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)
|
||||
|
||||
!------------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user