fw_InitPart overwriting memory #1

Closed
losso wants to merge 1 commits from losso/Hamazing:possible-initpart-fix into main
Showing only changes of commit 816fb40601 - Show all commits

View File

@ -67,6 +67,8 @@ fw_InitPart:
move.l a6,fw_PartFwBase(a6)
move.l fw_PartDataSize(a6),d7
sub.w #fw_SIZEOF,d7
ble.b .skipclr
addq.w #3,d7
lsr.w #2,d7
beq.s .skipclr