1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 00:42:57 +00:00

ize ... sorry ;)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@740 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-05-09 16:46:02 +00:00
parent fe8722bccb
commit f1cf8b0984

View File

@ -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
/ ---------------------------------------------------------------------------