Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / audacity / patches / patch-ai
blob3f2ec315ac903de9dfa5ed4f79ad8823aab88b45
1 $NetBSD: patch-ai,v 1.4 2006/05/09 08:01:07 rillig Exp $
3 --- lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp.orig    2006-11-15 05:12:11.000000000 +0100
4 +++ lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp 2007-02-23 03:25:18.000000000 +0100
5 @@ -80,6 +80,7 @@ uint detectCPUextensions(void)
6      if (_dwDisabledISA == 0xffffffff) return 0;\r
7  \r
8      asm volatile(\r
9 +       "\n\tpushl   %%ebx"
10          "\n\txor     %%esi, %%esi"       // clear %%esi = result register\r
11          // check if 'cpuid' instructions is available by toggling eflags bit 21\r
12  \r
13 @@ -128,6 +129,7 @@ uint detectCPUextensions(void)
14      "\n\tend:"\r
15  \r
16          "\n\tmov     %%esi, %0"\r
17 +       "\n\tpopl    %%ebx"
18  \r
19        : "=r" (res)\r
20        : /* no inputs */\r