forked from chrisly42/Hamazing
avoid .clrnew loop into un-allocated memory
This commit is contained in:
parent
e84afd08e2
commit
816fb40601
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user