summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-09 16:46:02 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-09 16:46:02 +0000
commitf1cf8b09843956d3c2eec0211b835693178f5d5e (patch)
treec3fef77b3d2e55c1664458a4cc3840da052ed12c /mp3lib
parentfe8722bccbe45339550a68907b138674d7155fed (diff)
downloadmpv-f1cf8b09843956d3c2eec0211b835693178f5d5e.tar.bz2
mpv-f1cf8b09843956d3c2eec0211b835693178f5d5e.tar.xz
ize ... sorry ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@740 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-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
/ ---------------------------------------------------------------------------