]> git.pld-linux.org Git - packages/XaoS.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Oct 2006 19:55:14 +0000 (19:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XaoS-brokenasm.patch -> 1.3

XaoS-brokenasm.patch [deleted file]

diff --git a/XaoS-brokenasm.patch b/XaoS-brokenasm.patch
deleted file mode 100644 (file)
index 94eba93..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
---- 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
This page took 0.088047 seconds and 4 git commands to generate.