]> git.sur5r.net Git - cc65/blobdiff - libsrc/serial/ser_unload.s
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
[cc65] / libsrc / serial / ser_unload.s
index 325c3d6673c9713f4e3fe27b7aca77f9a59cb176..c97a4b3d3c5fa1c6a89419be1e92247ffe715f8f 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2003-04-15
 ;
-; unsigned char __fastcall__ ser_unload (void);
+; unsigned char ser_unload (void);
 ; /* Unload the currently loaded driver. */
 
 
@@ -35,4 +35,3 @@ no_driver:
         pla                             ; Remove pushed junk
        lda     #<SER_ERR_NO_DRIVER
        rts
-