diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2013-05-14 18:24:33 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2013-05-14 18:24:33 +0000 |
commit | d1870b4a612e40dc3262a52cd5234f5404bb23d2 (patch) | |
tree | d9c5cc932efd9f612864765bbe9bdf69232f9c91 /graphics/xaos | |
parent | 5b241bc469f2fccdd7ff9125e0f7a8ac43d3fb29 (diff) | |
download | ports-d1870b4a612e40dc3262a52cd5234f5404bb23d2.tar.gz ports-d1870b4a612e40dc3262a52cd5234f5404bb23d2.zip |
Notes
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/files/patch-registers | 18 |
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, |