Tiny tweak

This commit is contained in:
Elliot Nunn
2021-02-23 10:36:57 +08:00
parent 78ccbcb20a
commit a902c2620b
+2 -4
View File
@@ -199,10 +199,8 @@ dqDrvSz2 dc.w 0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
DrvrOpen
move.l A0,-(SP)
lea gMyDCE,A0 ; dodgy, need this for IODone
move.l A1,(A0)
move.l (SP)+,A0
lea gMyDCE,A2 ; dodgy, need this for IODone
move.l A1,(A2)
move.w #0,$10(A0) ; ioResult
rts