Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 497852
Collapse All | Expand All

(-)xaos-3.5-orig/src/engine/zoom.c (+1 lines)
Lines 933-938 Link Here
933
}
933
}
934
934
935
#ifndef USE_i386ASM
935
#ifndef USE_i386ASM
936
REGISTERS(0)
936
static /*INLINE */ void
937
static /*INLINE */ void
937
moveoldpoints(void /*@unused@ */ *data1,
938
moveoldpoints(void /*@unused@ */ *data1,
938
	      struct taskinfo /*@unused@ */ *task,
939
	      struct taskinfo /*@unused@ */ *task,
(-)xaos-3.5-orig/src/engine/zoomd.c (+1 lines)
Lines 280-285 Link Here
280
#endif
280
#endif
281
#undef bpp1
281
#undef bpp1
282
282
283
REGISTERS(0)
283
static INLINE void fillline(int line)
284
static INLINE void fillline(int line)
284
{
285
{
285
    register unsigned char *RESTRICT vbuff = cimage.currlines[line];
286
    register unsigned char *RESTRICT vbuff = cimage.currlines[line];

Return to bug 497852