wok-next view xaos/stuff/patches/xaos.patch @ rev 20043

gdb: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 21:23:15 2017 +0200 (2017-10-22)
parents
children
line source
1 --- a/src/engine/zoomd.c
2 +++ b/src/engine/zoomd.c
3 @@ -280,6 +280,7 @@
4 #endif
5 #undef bpp1
7 +REGISTERS(0)
8 static INLINE void fillline(int line)
9 {
10 register unsigned char *RESTRICT vbuff = cimage.currlines[line];
11 --- a/src/engine/zoom.c
12 +++ b/src/engine/zoom.c
13 @@ -933,6 +933,7 @@
14 }
16 #ifndef USE_i386ASM
17 +REGISTERS(0)
18 static /*INLINE */ void
19 moveoldpoints(void /*@unused@ */ *data1,
20 struct taskinfo /*@unused@ */ *task,