1.1.1 applied and working
This commit is contained in:
parent
fdab7b432e
commit
53c73d8888
Binary file not shown.
|
@ -7,7 +7,7 @@
|
||||||
; extension number 18
|
; extension number 18
|
||||||
ExtNb equ 18-1
|
ExtNb equ 18-1
|
||||||
Version MACRO
|
Version MACRO
|
||||||
dc.b "1.1.0-20240223"
|
dc.b "1.1.1-20240317"
|
||||||
ENDM
|
ENDM
|
||||||
VerNumber equ $1
|
VerNumber equ $1
|
||||||
|
|
||||||
|
@ -1353,7 +1353,7 @@ _SocketSelect_PerformSelect
|
||||||
PreserveStackFunction
|
PreserveStackFunction
|
||||||
EnsureBSDSocketLibrary _SocketInetNtoa_LibraryOpen
|
EnsureBSDSocketLibrary _SocketInetNtoa_LibraryOpen
|
||||||
|
|
||||||
RestoreStackInstruction
|
RestoreStackFunction
|
||||||
Ret_Int
|
Ret_Int
|
||||||
|
|
||||||
_SocketInetNtoa_LibraryOpen:
|
_SocketInetNtoa_LibraryOpen:
|
||||||
|
@ -1373,6 +1373,7 @@ _SocketInetNtoA_StringSizeLoop:
|
||||||
|
|
||||||
MOVE.L A0,D3
|
MOVE.L A0,D3
|
||||||
SUB.L A2,D3 ; D3 = length
|
SUB.L A2,D3 ; D3 = length
|
||||||
|
SUBQ #1,D3 ; get rid of the null terminator
|
||||||
Rjsr L_Demande ; string base address is in A0/A1
|
Rjsr L_Demande ; string base address is in A0/A1
|
||||||
|
|
||||||
MOVE.W D3,(A0)+ ; length of string
|
MOVE.W D3,(A0)+ ; length of string
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
; BSDSocket.s, list of the library functions on the 25-04-2024 14:34:43
|
; BSDSocket.s, list of the library functions on the 25-04-2024 14:44:28
|
||||||
;
|
;
|
||||||
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
L_Cold: set 0
|
L_Cold: set 0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
; BSDSocket.s, library size on the 25-04-2024 14:34:43
|
; BSDSocket.s, library size on the 25-04-2024 14:44:28
|
||||||
;
|
;
|
||||||
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Lib_Size equ 39
|
Lib_Size equ 39
|
||||||
|
|
Loading…
Reference in New Issue