]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/system.c
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / system.c
index c6bfb667c106cc12f6bcfe68be120bbcd64f683f..6626ace87672e3c4b785b0778dc90f9b8891a899 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-int system (const char* s)
+int __fastcall__ system (const char* s)
 {
     if (s == NULL) {
         return 0;               /* no shell */