]> git.pld-linux.org Git - packages/XaoS.git/commitdiff
- we say NO to cli and unconditional rdtsc
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Jan 2004 20:28:42 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XaoS-brokenasm.patch -> 1.2

XaoS-brokenasm.patch

index afc4a3152842e73df9906ecd171eaf00ff5af01e..94eba93d898c3c02e5fc9fa1ea6a7280341075c3 100644 (file)
      }
    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.078393 seconds and 4 git commands to generate.