6502: cc65 doesn't grok inline
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Mar 2015 18:02:08 +0000 (18:02 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Mar 2015 18:02:08 +0000 (18:02 +0000)
Kernel/cpu-6502/cpu.h

index 2a64c66..23be142 100644 (file)
@@ -52,3 +52,6 @@ typedef union {            /* this structure is endian dependent */
 
 /* Sane behaviour for unused parameters */
 #define used(x)
+
+/* No support for inline */
+#define inline
\ No newline at end of file