Blob Blame History Raw
--- xaos-3.5/src/engine/zoom.c.proto	2009-07-18 08:50:31.000000000 +0900
+++ xaos-3.5/src/engine/zoom.c	2012-08-01 15:41:05.202987708 +0900
@@ -933,6 +933,7 @@
 }
 
 #ifndef USE_i386ASM
+REGISTERS(0)
 static /*INLINE */ void
 moveoldpoints(void /*@unused@ */ *data1,
 	      struct taskinfo /*@unused@ */ *task,
--- xaos-3.5/src/engine/zoomd.c.proto	2009-07-18 08:50:31.000000000 +0900
+++ xaos-3.5/src/engine/zoomd.c	2012-08-01 15:39:38.563341293 +0900
@@ -280,7 +280,8 @@
 #endif
 #undef bpp1
 
-static INLINE void fillline(int line)
+REGISTERS(0)
+static void fillline(int line)
 {
     register unsigned char *RESTRICT vbuff = cimage.currlines[line];
     CONST struct filltable *RESTRICT table = (struct filltable *) tmpdata;