Missing label colon

This commit is contained in:
John Bintz 2024-05-02 17:13:55 -04:00
parent ab20c1b1ea
commit 780a1820f3
1 changed files with 1 additions and 1 deletions

View File

@ -1977,7 +1977,7 @@ _DnsGetHostAddressByName_StringRamAllocated:
MOVE.L D0,A1 ; a1 contains address
SUBQ #1,D1 ; reduce by one for DBRA
_DnsGetHostAddressByName_KeepCopyingAMOSString
_DnsGetHostAddressByName_KeepCopyingAMOSString:
MOVE.B (A0)+,(A1)+ ; byte copy
DBRA D1,_DnsGetHostAddressByName_KeepCopyingAMOSString ; keep copying
MOVE.B #0,(A1)+ ; null terminate string