From 8173edd3084c00df4ab38f0853a0e5682c467060 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sat, 10 Oct 2020 12:02:46 +0800 Subject: [PATCH] BlockMove to BlockMoveData --- NetBoot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NetBoot.py b/NetBoot.py index eaa22d9..ba919d7 100755 --- a/NetBoot.py +++ b/NetBoot.py @@ -88,7 +88,7 @@ getBootBlocks add.l #$BA,A1 ; ...is an element for the structured part of the boot blocks move.l #138,D0 ; ...of this length - dc.w $A02E ; BlockMove + dc.w $A22E ; _BlockMoveData bra return @@ -109,7 +109,7 @@ getSysVol lea BufPtrCopy,A0 move.l A4,A1 move.l #(BufPtrCopyEnd-BufPtrCopy),D0 - dc.w $A02E ; BlockMove + dc.w $A22E ; _BlockMoveData ; Truncate this block to reduce heap fragmentation lea Code,A0 @@ -349,7 +349,7 @@ DrvrPrime move.l $20(A0),A1 ; ioBuffer lea DiskImage,A0 add.l D1,A0 - dc.w $A02E ; BlockMove + dc.w $A22E ; _BlockMoveData bra.s primeFinish @@ -374,7 +374,7 @@ notRead move.l $20(A0),A0 ; ioBuffer lea DiskImage,A1 add.l D1,A1 - dc.w $A02E ; BlockMove + dc.w $A22E ; _BlockMoveData primeFinish movem.l (SP)+,A0-A1/D0-D2