summaryrefslogtreecommitdiffstats
path: root/mp3lib/d_cpu.s
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/d_cpu.s')
-rw-r--r--mp3lib/d_cpu.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/mp3lib/d_cpu.s b/mp3lib/d_cpu.s
index 51620f904b..0715ccccd1 100644
--- a/mp3lib/d_cpu.s
+++ b/mp3lib/d_cpu.s
@@ -15,7 +15,6 @@
/ return: cpu ident number.
/ ---------------------------------------------------------------------------
CpuDetect:
- pushl %eax
pushl %ebx
pushl %ecx
pushl %edx
@@ -42,7 +41,6 @@ exit_cpudetect:
popl %edx
popl %ecx
popl %ebx
- popl %eax
ret
/ ---------------------------------------------------------------------------