Fix startup problem due to uninitialized memory.
This commit is contained in:
parent
124c467c93
commit
d8234f23db
@ -108,6 +108,7 @@ trackmo_AppInit:
|
|||||||
move.l #ft_SIZEOF,d0
|
move.l #ft_SIZEOF,d0
|
||||||
bsr fw_AllocFast
|
bsr fw_AllocFast
|
||||||
move.l a0,fw_TrackloaderTask(a6)
|
move.l a0,fw_TrackloaderTask(a6)
|
||||||
|
clr.l ft_USP(a0)
|
||||||
ENDC
|
ENDC
|
||||||
|
|
||||||
moveq.l #mfw_copperlistend-mfw_copperlist,d0
|
moveq.l #mfw_copperlistend-mfw_copperlist,d0
|
||||||
|
Loading…
Reference in New Issue
Block a user