diff mp3lib/d_cpu.s @ 739:c0131b42214a

ize ... sorry ;)
author pontscho
date Wed, 09 May 2001 16:46:02 +0000
parents 7705b51ab518
children 03b7e2955a20
line wrap: on
line diff
--- a/mp3lib/d_cpu.s	Wed May 09 16:40:06 2001 +0000
+++ b/mp3lib/d_cpu.s	Wed May 09 16:46:02 2001 +0000
@@ -15,7 +15,6 @@
 /   return: cpu ident number.
 / ---------------------------------------------------------------------------
 CpuDetect:
-	pushl %eax
         pushl %ebx
         pushl %ecx
         pushl %edx
@@ -42,7 +41,6 @@
         popl  %edx
         popl  %ecx
         popl  %ebx
-	popl  %eax
         ret
 
 / ---------------------------------------------------------------------------