mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2024-12-21 10:30:03 +00:00
Tiny tweak
This commit is contained in:
parent
78ccbcb20a
commit
a902c2620b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user