mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-02-06 07:30:05 +00:00
Squash the only bug that stopped it booting!
This commit is contained in:
parent
3cbc61b625
commit
1ac5cb6710
@ -77,7 +77,7 @@ GoHereFromReadTrap
|
||||
; Now we are outside .netBOOT/.ATBOOT. We can shut them down, and set up our driver in a clean environment.
|
||||
|
||||
move.l ROMAfterReadTrap,-(SP) ; our return address is to ROM
|
||||
sub.l #2,-(SP) ; repeating the _Read trap
|
||||
sub.l #2,(SP) ; repeating the _Read trap
|
||||
movem.l A0-A6/D0-D7,-(SP) ; save registers conservatively (especially A0)
|
||||
|
||||
; A4 = param block to the .netBOOT _Read call, because we will use it a lot
|
||||
|
Loading…
x
Reference in New Issue
Block a user