--- XaoS-3.0/src/engine/i386.c.brokenasm Mon May 29 12:47:41 2000 +++ XaoS-3.0/src/engine/i386.c Mon May 29 12:48:40 2000 @@ -88,7 +88,7 @@ "rep; stosb\n\t" :"=D" (to) :"D" (to), "a" (0), "c" (temp0) - :"cx"); + ); } asm __volatile__ ( "shrl $3, %0\n\t" @@ -123,7 +123,7 @@ "112:" :"=D" (to) :"D" (to), "a" (0), "c" (bytes), "d" (bytes) - :"cx", "memory"); + :"memory"); } return _to; } @@ -148,7 +148,7 @@ "rep; movsb\n\t" :"=D" (to), "=S" (from) :"D" (to), "S" (from), "c" (temp0) - :"cx"); + ); } asm __volatile__ ( "shrl $8, %0\n\t" @@ -207,7 +207,7 @@ "112:" :"=D" (to), "=S" (from) :"D" (to), "S" (from), "c" (bytes), "d" (bytes) - :"cx", "memory"); + :"memory"); } return _to; } --- XaoS-3.1pre5/src/engine/fractal.c.orig 2001-05-27 21:07:35.000000000 +0200 +++ XaoS-3.1pre5/src/engine/fractal.c 2004-01-17 21:31:45.930744920 +0100 @@ -413,7 +413,7 @@ free (c); } -#ifdef NOASSEMBLY +#if 1 #define rdtsc() 0 #define cli() 0 #define sti() 0