Was not deleting .ATBOOT as intended

This commit is contained in:
Elliot Nunn 2021-02-22 11:54:37 +08:00
parent ca65b82602
commit 9e2657682a

View File

@ -93,7 +93,7 @@ GoHereFromReadTrap
lea $32(SP),SP lea $32(SP),SP
move.w $18(A4),D0 ; ioRefNum move.w $18(A4),D0 ; ioRefNum
dc.w $A03E ; _DrvrRemove dc.w $A03E ; _DrvrRemove
move.w #-52,D0 ; ioRefNum ; also delete .ATBOOT for neatness move.w #-51,D0 ; ioRefNum ; also delete .ATBOOT for neatness
dc.w $A03E ; _DrvrRemove dc.w $A03E ; _DrvrRemove
; A3 = our driver in sysheap (plus user record) ; A3 = our driver in sysheap (plus user record)