wok diff linld/stuff/src/ISOCRTL.ASM @ rev 23871

linld: fix isoreaddir
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 23 13:35:04 2020 +0000 (2020-06-23)
parents 9096d6788292
children d964f766faa5
line diff
     1.1 --- a/linld/stuff/src/ISOCRTL.ASM	Sun Jun 21 18:06:13 2020 +0000
     1.2 +++ b/linld/stuff/src/ISOCRTL.ASM	Tue Jun 23 13:35:04 2020 +0000
     1.3 @@ -52,8 +52,8 @@
     1.4  		stosw
     1.5  		mov	ax,offset iso_close_hack
     1.6  		stosw
     1.7 -		mov	ax,offset iso_cleanup_hack
     1.8 -		stosw
     1.9 +;		mov	ax,offset iso_cleanup_hack
    1.10 +;		stosw
    1.11  		global	@_cpuhaslm$qv:near
    1.12  @_cpuhaslm$qv:
    1.13  		mov	ax,[132h]
    1.14 @@ -263,9 +263,10 @@
    1.15  		sbb	dx,[(word _isostate.fileofs)+2]
    1.16  		ret
    1.17  
    1.18 -iso_cleanup_hack:
    1.19 -		mov	ah,3Eh		; close file
    1.20 -		jmp	dosfd
    1.21 +;iso_cleanup_hack:
    1.22 +;		mov	ah,3Eh		; close file
    1.23 +;		jmp	dosfd
    1.24 +
    1.25  	ifdef	NO386
    1.26          global  N_LXLSH@ES:near
    1.27  N_LXLSH@ES: