From: cpg Date: Fri, 6 Dec 2002 00:26:09 +0000 (+0000) Subject: comment fixes; cleanups X-Git-Tag: V2.12.0~1934 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4314ed51851e097f255fa3c781d78a46ff82e4e0;p=cc65 comment fixes; cleanups git-svn-id: svn://svn.cc65.org/cc65/trunk@1722 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/close.s b/libsrc/atari/close.s index 23d80360d..d89a0ee13 100644 --- a/libsrc/atari/close.s +++ b/libsrc/atari/close.s @@ -1,7 +1,7 @@ ; ; Christian Groessler, May-2000 ; -; int close(int fd); +; int __fastcall__ close(int fd); ; .include "atari.inc" @@ -13,11 +13,6 @@ jsr fdtoiocb_down ; get iocb index into X and decr. usage count bmi inverr bne ok ; not last one -> don't close yet -; asl a -; asl a -; asl a -; asl a -; tax lda #CLOSE sta ICCOM,x jsr CIOV