comment fixes; cleanups
git-svn-id: svn://svn.cc65.org/cc65/trunk@1722 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
;
|
;
|
||||||
; Christian Groessler, May-2000
|
; Christian Groessler, May-2000
|
||||||
;
|
;
|
||||||
; int close(int fd);
|
; int __fastcall__ close(int fd);
|
||||||
;
|
;
|
||||||
|
|
||||||
.include "atari.inc"
|
.include "atari.inc"
|
||||||
@@ -13,11 +13,6 @@
|
|||||||
jsr fdtoiocb_down ; get iocb index into X and decr. usage count
|
jsr fdtoiocb_down ; get iocb index into X and decr. usage count
|
||||||
bmi inverr
|
bmi inverr
|
||||||
bne ok ; not last one -> don't close yet
|
bne ok ; not last one -> don't close yet
|
||||||
; asl a
|
|
||||||
; asl a
|
|
||||||
; asl a
|
|
||||||
; asl a
|
|
||||||
; tax
|
|
||||||
lda #CLOSE
|
lda #CLOSE
|
||||||
sta ICCOM,x
|
sta ICCOM,x
|
||||||
jsr CIOV
|
jsr CIOV
|
||||||
|
|||||||
Reference in New Issue
Block a user