aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xaos
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xaos')
-rw-r--r--graphics/xaos/files/patch-registers18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/xaos/files/patch-registers b/graphics/xaos/files/patch-registers
new file mode 100644
index 000000000000..5f3fd7d8f99d
--- /dev/null
+++ b/graphics/xaos/files/patch-registers
@@ -0,0 +1,18 @@
+--- src/engine/zoomd.c 2009-07-17 19:50:31.000000000 -0400
++++ src/engine/zoomd.c 2013-05-13 15:15:44.000000000 -0400
+@@ -281,5 +281,5 @@
+ #undef bpp1
+
+-static INLINE void fillline(int line)
++static INLINE REGISTERS(0) void fillline(int line)
+ {
+ register unsigned char *RESTRICT vbuff = cimage.currlines[line];
+--- src/engine/zoom.c 2013-05-13 15:12:54.000000000 -0400
++++ src/engine/zoom.c 2013-05-13 15:18:23.000000000 -0400
+@@ -934,5 +934,5 @@
+
+ #ifndef USE_i386ASM
+-static /*INLINE */ void
++static REGISTERS(0) void
+ moveoldpoints(void /*@unused@ */ *data1,
+ struct taskinfo /*@unused@ */ *task,