Missing label colon
This commit is contained in:
parent
ab20c1b1ea
commit
780a1820f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue