fix: sbu was wrong for 4-4
This commit is contained in:
parent
d61fe61b66
commit
f12358bfb0
|
@ -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…
Reference in a new issue