]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm610/gettime.s
Adjusted comments to match actual prototypes.
[cc65] / libsrc / cbm610 / gettime.s
index 4c66f7747643057326b0cb4f2e0e9423851bd732..7e510af299832c8ef8f0f8ebc164872b8e3e69a6 100644 (file)
@@ -4,7 +4,7 @@
 ; 2018-08-18, Oliver Schmidt
 ; 2018-08-19, Greg King
 ;
-; int clock_gettime (clockid_t clk_id, struct timespec *tp);
+; int __fastcall__ clock_gettime (clockid_t clk_id, struct timespec *tp);
 ;
 
         .include        "time.inc"