cbm_write is not __fastcall__

git-svn-id: svn://svn.cc65.org/cc65/trunk@1525 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-15 18:42:06 +00:00
parent ef9edbe357
commit fc81b379d8
2 changed files with 8 additions and 7 deletions

View File

@@ -3,8 +3,9 @@
;
; Original C code by Marc 'BlackJack' Rintsch, 25.03.2001
;
; int cbm_write(unsigned char lfn, void* buffer, unsigned int size) {
;
; int __fastcall__ cbm_write(unsigned char lfn, void* buffer, unsigned int size)
; {
;
; static unsigned int byteswritten;
;
; /* if we can't change to the outputchannel #lfn then return an error */