]> git.sur5r.net Git - cc65/blobdiff - libsrc/serial/ser-kernel.s
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
[cc65] / libsrc / serial / ser-kernel.s
index d666e94521e6f515c8221ecf6429309fe855b31c..d96f8306a1cbbb30018bf119ad94f99143d1964e 100644 (file)
@@ -92,7 +92,7 @@ copy:   lda     (ptr1),y
         rts
 
 ;----------------------------------------------------------------------------
-; unsigned char __fastcall__ ser_uninstall (void);
+; unsigned char ser_uninstall (void);
 ; /* Uninstall the currently loaded driver and return an error code.
 ;  * Note: This call does not free allocated memory.
 ;  */
@@ -110,4 +110,3 @@ _ser_clear_ptr:                         ; External entry point
 
         tax
         rts                             ; Return zero
-