diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-20 19:18:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-20 19:18:42 +0000 |
commit | e0d3e4e8bfa22e82d655eee7e544f50fae433fd9 (patch) | |
tree | f17ce34815bee555361165aae3e4516d326a33ee /multimedia/libdv/files/patch-libdv:mmx.h | |
parent | . Update to 1.2p1 (diff) |
Update to 0.9.5
Notes
Notes:
svn path=/head/; revision=59557
Diffstat (limited to 'multimedia/libdv/files/patch-libdv:mmx.h')
-rw-r--r-- | multimedia/libdv/files/patch-libdv:mmx.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/libdv/files/patch-libdv:mmx.h b/multimedia/libdv/files/patch-libdv:mmx.h deleted file mode 100644 index 7033e5772aa0..000000000000 --- a/multimedia/libdv/files/patch-libdv:mmx.h +++ /dev/null @@ -1,25 +0,0 @@ ---- libdv/mmx.h.orig Thu Apr 26 16:08:25 2001 -+++ libdv/mmx.h Sun Feb 10 11:03:54 2002 -@@ -72,6 +72,9 @@ - __asm__ __volatile__ ( - /* See if CPUID instruction is supported ... */ - /* ... Get copies of EFLAGS into eax and ecx */ -+ "pushl %%ebx\n\t" -+ "pushl %%ecx\n\t" -+ "pushl %%edx\n\t" - "pushf\n\t" - "popl %%eax\n\t" - "movl %%eax, %%ecx\n\t" -@@ -207,9 +210,11 @@ - "movl $0, %0\n\n\t" - - "Return:\n\t" -+ "popl %%edx\n\t" -+ "popl %%ecx\n\t" -+ "popl %%ebx\n\t" - : "=a" (rval) - : /* no input */ -- : "ebx", "ecx", "edx" - ); - - /* Return */ |